<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.0;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<!-- No "You chose" text, just the heading -->
<p>Here are the initial flow metrics for your team:</p>
<!-- Left-aligned image with zoom functionality -->
<div style="text-align: left;">
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 60%; cursor: zoom-in; margin-bottom: 0.1rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Lightbox overlay for enlarging the image -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
Choose one of the following experiments to improve:
a) [[Start using WIP limits->XA]]
b) [[Create a bot to remind people to update Jira->XB]]
c) [[Use Work Item Age in standups to prioritise work->XC]]<!-- Inline CSS via style tag for Harlowe (use in StoryInit passage or one-time inline setup) -->
<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
</style>
<!-- Logo image -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
''Welcome to The Flowbeya Game.''
You’ve been brought in to help a delivery team that’s stuck in a spiral of confusion, context switching, and complaints.
You’ve got 3 months to turn things around and ''demonstrate your value and impact''.
Your Mission is to make flow smoother, faster, and more sustainable. Over the next 3 months, your team will:
* Review flow metrics data
* Choose experiments to run
* Reflect on their impact
You’ll need to interpret data, debate trade-offs, and decide whether to ''stick'' with a current path or ''twist'', pivoting your approach in search of better outcomes.
You’ve got 45 minutes to improve the team's metrics across:
* Throughput
* Cycle Time
* Work In Progress (WIP)
* Work Item Age
Be careful: not all experiments help. Some may look good on paper but make things worse. Similarly, some may not pay off right away.
''Trust your instincts — and your data...''
[[▶ Start the Game->Initial Flow Metrics]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Start using WIP limits</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png"
alt="Flow metrics XA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XA -->
<div class="image-overlay" id="overlayXA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png" alt="Zoomed metrics XA">
</div>
Choose one of the following experiments to try next:
[[A: Continue using WIP limits|XAA]]
[[B: Refine Definition of Done (DoD)|XAB]]
[[C: Start using Work Item Age in standups to prioritise work|XAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Create a bot to remind people to update Jira</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XB.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XB.png"
alt="Flow metrics XB"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXB').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XB -->
<div class="image-overlay" id="overlayXB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XB.png" alt="Zoomed metrics XB">
</div>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Async standup once a week
c) Rightsize work items to be <85th percentile
[[A: Add a Teams/Slack bot to remind people to update Jira|XBA]]
[[B: Async standup once a week|XBB]]
[[C: Rightsize work items to be <85th percentile|XBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Use Work Item Age in standups to prioritise work</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png"
alt="Flow metrics XA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XA -->
<div class="image-overlay" id="overlayXA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png" alt="Zoomed metrics XA">
</div>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Rightsize work items to be <85th percentile
c) Longer planning sessions
[[A: Using flow metrics on a daily basis|XCA]]
[[B: Rightsize work items to be <85th percentile|XCB]]
[[C: Longer planning sessions|XCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue using WIP limits</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAB').style.display='flex';">
<div class="image-overlay" id="overlayXAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
[[A: Continue using WIP limits|XAAA]]
[[B: Start tracking planned vs. unplanned work|XABA]]
[[C: Start using Work Item Age in standups|XACA]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue using WIP limits</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAA.png"
alt="Flow metrics XAA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XAA -->
<div class="image-overlay" id="overlayXA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAA.png" alt="Zoomed metrics XAA">
</div>
Choose one of the following experiments to try next:
[[A: Continue using WIP limits|XAAA]]
[[B: Refine Definition of Done (DoD)|XAAB]]
[[C: Start using Work Item Age in standups to prioritise work|XAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAC').style.display='flex';">
<div class="image-overlay" id="overlayXAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Switch from story points to time-based estimation
c) Continue using Create a team canvas
[[A: Moving from Kanban to Scrum|XACA]]
[[B: Switch from story points to time-based estimation|XACB]]
[[C: Continue using Create a team canvas|XACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBA').style.display='flex';">
<div class="image-overlay" id="overlayXBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Rightsize work items to be <85th percentile
c) Rotating the Scrum Master this sprint
[[A: Add columns to kanban board|XBAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBAB]]
[[C: Rotating the Scrum Master this sprint|XBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBB').style.display='flex';">
<div class="image-overlay" id="overlayXBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Lower WIP limits
c) Moving from Scrum to Kanban
[[A: Continue using Rightsize work items to be <85th percentile|XBBA]]
[[B: Lower WIP limits|XBBB]]
[[C: Moving from Scrum to Kanban|XBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBC').style.display='flex';">
<div class="image-overlay" id="overlayXBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Introduce story points
c) Async standup once a week
[[A: Continue using Rightsize work items to be <85th percentile|XBCA]]
[[B: Introduce story points|XBCB]]
[[C: Async standup once a week|XBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCA').style.display='flex';">
<div class="image-overlay" id="overlayXCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Using flow metrics on a daily basis
c) Estimate using t-shirt sizing
[[A: Do a value stream mapping session|XCAA]]
[[B: Continue using Using flow metrics on a daily basis|XCAB]]
[[C: Estimate using t-shirt sizing|XCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCB').style.display='flex';">
<div class="image-overlay" id="overlayXCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Using flow metrics on a daily basis
c) Do a value stream mapping session
[[A: Adding tasks to stories|XCBA]]
[[B: Continue using Using flow metrics on a daily basis|XCBB]]
[[C: Do a value stream mapping session|XCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCC').style.display='flex';">
<div class="image-overlay" id="overlayXCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Designated focus time
c) Continue using Using flow metrics on a daily basis
[[A: Estimate using t-shirt sizing|XCCA]]
[[B: Designated focus time|XCCB]]
[[C: Continue using Using flow metrics on a daily basis|XCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue using WIP limits</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAAA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAA.png"
alt="Flow metrics XAAA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XAAA -->
<div class="image-overlay" id="overlayXAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAA.png" alt="Zoomed metrics XAAA">
</div>
Choose one of the following experiments to try next:
[[A: Continue using WIP limits|XAAAA]]
[[B: Refine Definition of Done (DoD)|XAAAB]]
[[C: Start using Work Item Age in standups to prioritise work|XAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAB').style.display='flex';">
<div class="image-overlay" id="overlayXAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Increase WIP limits
c) Introduce story points
[[A: Continue using Create a team canvas|XAABA]]
[[B: Increase WIP limits|XAABB]]
[[C: Introduce story points|XAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAC').style.display='flex';">
<div class="image-overlay" id="overlayXAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Longer planning sessions
c) Continue using Create a team canvas
[[A: Add a Teams/Slack bot to remind people to update Jira|XAACA]]
[[B: Longer planning sessions|XAACB]]
[[C: Continue using Create a team canvas|XAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABA').style.display='flex';">
<div class="image-overlay" id="overlayXABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Cameras on in every meeting
c) Designated focus time
[[A: Continue using Create a team canvas|XABAA]]
[[B: Cameras on in every meeting|XABAB]]
[[C: Designated focus time|XABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABB').style.display='flex';">
<div class="image-overlay" id="overlayXABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Moving from Kanban to Scrum
c) Continue using Create a team canvas
[[A: Story point every backlog item|XABBA]]
[[B: Moving from Kanban to Scrum|XABBB]]
[[C: Continue using Create a team canvas|XABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABC').style.display='flex';">
<div class="image-overlay" id="overlayXABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Async standup once a week
c) Introduce story points
[[A: Continue using Create a team canvas|XABCA]]
[[B: Async standup once a week|XABCB]]
[[C: Introduce story points|XABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACA').style.display='flex';">
<div class="image-overlay" id="overlayXACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Do a value stream mapping session
c) Refine Definition of Done (DoD)
[[A: Continue using Create a team canvas|XACAA]]
[[B: Do a value stream mapping session|XACAB]]
[[C: Refine Definition of Done (DoD)|XACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACB').style.display='flex';">
<div class="image-overlay" id="overlayXACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Refine Definition of Done (DoD)
c) Continue using Create a team canvas
[[A: Longer planning sessions|XACBA]]
[[B: Refine Definition of Done (DoD)|XACBB]]
[[C: Continue using Create a team canvas|XACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACC').style.display='flex';">
<div class="image-overlay" id="overlayXACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Cameras on in every meeting
c) Estimate using t-shirt sizing
[[A: Continue using Create a team canvas|XACCA]]
[[B: Cameras on in every meeting|XACCB]]
[[C: Estimate using t-shirt sizing|XACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAA').style.display='flex';">
<div class="image-overlay" id="overlayXBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Cameras on in every meeting|XBAAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBAAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAB').style.display='flex';">
<div class="image-overlay" id="overlayXBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Mob programming
c) Continue using Rightsize work items to be <85th percentile
[[A: Story point every backlog item|XBABA]]
[[B: Mob programming|XBABB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAC').style.display='flex';">
<div class="image-overlay" id="overlayXBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Longer planning sessions
c) Continue using Rightsize work items to be <85th percentile
[[A: Lower WIP limits|XBACA]]
[[B: Longer planning sessions|XBACB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBA').style.display='flex';">
<div class="image-overlay" id="overlayXBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Rightsize work items to be <85th percentile
c) Track velocity more rigorously
[[A: Adding tasks to stories|XBBAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBBAB]]
[[C: Track velocity more rigorously|XBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBB').style.display='flex';">
<div class="image-overlay" id="overlayXBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Cameras on in every meeting
c) Continue using Rightsize work items to be <85th percentile
[[A: Story point every backlog item|XBBBA]]
[[B: Cameras on in every meeting|XBBBB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBC').style.display='flex';">
<div class="image-overlay" id="overlayXBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Mob programming
c) Continue using Rightsize work items to be <85th percentile
[[A: Start tracking % of planned vs unplanned work|XBBCA]]
[[B: Mob programming|XBBCB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCA').style.display='flex';">
<div class="image-overlay" id="overlayXBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Use Feature toggles/flags
c) Continue using Rightsize work items to be <85th percentile
[[A: Start tracking % of planned vs unplanned work|XBCAA]]
[[B: Use Feature toggles/flags|XBCAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCB').style.display='flex';">
<div class="image-overlay" id="overlayXBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Rightsize work items to be <85th percentile
c) Using flow metrics in retrospectives
[[A: Introduce Definition of Ready (DoR)|XBCBA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCBB]]
[[C: Using flow metrics in retrospectives|XBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCC').style.display='flex';">
<div class="image-overlay" id="overlayXBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Use Feature toggles/flags|XBCCA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAA').style.display='flex';">
<div class="image-overlay" id="overlayXCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Using flow metrics on a daily basis
c) Introduce Definition of Ready (DoR)
[[A: Do a value stream mapping session|XCAAA]]
[[B: Continue using Using flow metrics on a daily basis|XCAAB]]
[[C: Introduce Definition of Ready (DoR)|XCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAB').style.display='flex';">
<div class="image-overlay" id="overlayXCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Create a team canvas
c) Continue using Using flow metrics on a daily basis
[[A: Moving from Kanban to Scrum|XCABA]]
[[B: Create a team canvas|XCABB]]
[[C: Continue using Using flow metrics on a daily basis|XCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAC').style.display='flex';">
<div class="image-overlay" id="overlayXCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Use Feature toggles/flags
c) Using flow metrics in retrospectives
[[A: Continue using Using flow metrics on a daily basis|XCACA]]
[[B: Use Feature toggles/flags|XCACB]]
[[C: Using flow metrics in retrospectives|XCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBA').style.display='flex';">
<div class="image-overlay" id="overlayXCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Designated "in-person" office days
c) Continue using Using flow metrics on a daily basis
[[A: Moving from Kanban to Scrum|XCBAA]]
[[B: Designated "in-person" office days|XCBAB]]
[[C: Continue using Using flow metrics on a daily basis|XCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBB').style.display='flex';">
<div class="image-overlay" id="overlayXCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Introduce Definition of Ready (DoR)
c) Continue using Using flow metrics on a daily basis
[[A: Add columns to kanban board|XCBBA]]
[[B: Introduce Definition of Ready (DoR)|XCBBB]]
[[C: Continue using Using flow metrics on a daily basis|XCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBC').style.display='flex';">
<div class="image-overlay" id="overlayXCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Using flow metrics on a daily basis
c) Introduce WIP limits
[[A: Moving from Kanban to Scrum|XCBCA]]
[[B: Continue using Using flow metrics on a daily basis|XCBCB]]
[[C: Introduce WIP limits|XCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCA').style.display='flex';">
<div class="image-overlay" id="overlayXCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Using flow metrics on a daily basis
c) Pair programming
[[A: Introduce WIP limits|XCCAA]]
[[B: Continue using Using flow metrics on a daily basis|XCCAB]]
[[C: Pair programming|XCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCB').style.display='flex';">
<div class="image-overlay" id="overlayXCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Using flow metrics on a daily basis
c) Re-estimating the backlog
[[A: Add a Teams/Slack bot to remind people to update Jira|XCCBA]]
[[B: Continue using Using flow metrics on a daily basis|XCCBB]]
[[C: Re-estimating the backlog|XCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCC').style.display='flex';">
<div class="image-overlay" id="overlayXCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Cameras on in every meeting
c) Continue using Using flow metrics on a daily basis
[[A: Using flow metrics in retrospectives|XCCCA]]
[[B: Cameras on in every meeting|XCCCB]]
[[C: Continue using Using flow metrics on a daily basis|XCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue using WIP limits</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAAAA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAA.png"
alt="Flow metrics XAAAA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XAAAA -->
<div class="image-overlay" id="overlayXAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAA.png" alt="Zoomed metrics XAAAA">
</div>
Choose one of the following experiments to try next:
[[A: Pair programming (Pairing) on work items|XAAAAA]]
[[B: Refine Definition of Done (DoD)|XAAAAB]]
[[C: Start using Work Item Age in standups to prioritise work|XAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAB').style.display='flex';">
<div class="image-overlay" id="overlayXAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Create a team canvas
[[A: Cameras on in every meeting|XAAABA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAAABB]]
[[C: Continue using Create a team canvas|XAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAC').style.display='flex';">
<div class="image-overlay" id="overlayXAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Create a team canvas
[[A: Increase WIP limits|XAAACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAAACB]]
[[C: Continue using Create a team canvas|XAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABA').style.display='flex';">
<div class="image-overlay" id="overlayXAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Add columns to kanban board
c) Introduce story points
[[A: Continue using Create a team canvas|XAABAA]]
[[B: Add columns to kanban board|XAABAB]]
[[C: Introduce story points|XAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABB').style.display='flex';">
<div class="image-overlay" id="overlayXAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) No Deployment Fridays
c) Continue using Create a team canvas
[[A: Refine Definition of Done (DoD)|XAABBA]]
[[B: No Deployment Fridays|XAABBB]]
[[C: Continue using Create a team canvas|XAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABC').style.display='flex';">
<div class="image-overlay" id="overlayXAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Create a team canvas
c) Introduce Definition of Ready (DoR)
[[A: Rightsize work items to be <85th percentile|XAABCA]]
[[B: Continue using Create a team canvas|XAABCB]]
[[C: Introduce Definition of Ready (DoR)|XAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACA').style.display='flex';">
<div class="image-overlay" id="overlayXAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Use Feature toggles/flags
c) Moving from Kanban to Scrum
[[A: Continue using Create a team canvas|XAACAA]]
[[B: Use Feature toggles/flags|XAACAB]]
[[C: Moving from Kanban to Scrum|XAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACB').style.display='flex';">
<div class="image-overlay" id="overlayXAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Longer planning sessions
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Create a team canvas|XAACBA]]
[[B: Longer planning sessions|XAACBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACC').style.display='flex';">
<div class="image-overlay" id="overlayXAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Using flow metrics in retrospectives
c) Continue using Create a team canvas
[[A: Designated "in-person" office days|XAACCA]]
[[B: Using flow metrics in retrospectives|XAACCB]]
[[C: Continue using Create a team canvas|XAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAA').style.display='flex';">
<div class="image-overlay" id="overlayXABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Increase WIP limits
c) Continue using Create a team canvas
[[A: Do a value stream mapping session|XABAAA]]
[[B: Increase WIP limits|XABAAB]]
[[C: Continue using Create a team canvas|XABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAB').style.display='flex';">
<div class="image-overlay" id="overlayXABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Designated "in-person" office days
c) Designated focus time
[[A: Continue using Create a team canvas|XABABA]]
[[B: Designated "in-person" office days|XABABB]]
[[C: Designated focus time|XABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAC').style.display='flex';">
<div class="image-overlay" id="overlayXABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) No Deployment Fridays
c) Moving from Kanban to Scrum
[[A: Continue using Create a team canvas|XABACA]]
[[B: No Deployment Fridays|XABACB]]
[[C: Moving from Kanban to Scrum|XABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBA').style.display='flex';">
<div class="image-overlay" id="overlayXABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Create a team canvas
c) Introduce Definition of Ready (DoR)
[[A: Add a Teams/Slack bot to remind people to update Jira|XABBAA]]
[[B: Continue using Create a team canvas|XABBAB]]
[[C: Introduce Definition of Ready (DoR)|XABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBB').style.display='flex';">
<div class="image-overlay" id="overlayXABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Async standup once a week
c) Continue using Create a team canvas
[[A: Moving from Scrum to Kanban|XABBBA]]
[[B: Async standup once a week|XABBBB]]
[[C: Continue using Create a team canvas|XABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBC').style.display='flex';">
<div class="image-overlay" id="overlayXABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Add columns to kanban board
c) Continue using Create a team canvas
[[A: Designated focus time|XABBCA]]
[[B: Add columns to kanban board|XABBCB]]
[[C: Continue using Create a team canvas|XABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCA').style.display='flex';">
<div class="image-overlay" id="overlayXABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Create a team canvas
[[A: Start tracking % of planned vs unplanned work|XABCAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABCAB]]
[[C: Continue using Create a team canvas|XABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCB').style.display='flex';">
<div class="image-overlay" id="overlayXABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Designated focus time
c) Introduce story points
[[A: Continue using Create a team canvas|XABCBA]]
[[B: Designated focus time|XABCBB]]
[[C: Introduce story points|XABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCC').style.display='flex';">
<div class="image-overlay" id="overlayXABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Increase WIP limits
c) Continue using Create a team canvas
[[A: Add a Teams/Slack bot to remind people to update Jira|XABCCA]]
[[B: Increase WIP limits|XABCCB]]
[[C: Continue using Create a team canvas|XABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAA').style.display='flex';">
<div class="image-overlay" id="overlayXACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Create a team canvas
c) Re-estimating the backlog
[[A: Moving from Scrum to Kanban|XACAAA]]
[[B: Continue using Create a team canvas|XACAAB]]
[[C: Re-estimating the backlog|XACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAB').style.display='flex';">
<div class="image-overlay" id="overlayXACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Create a team canvas
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Introduce WIP limits|XACABA]]
[[B: Continue using Create a team canvas|XACABB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAC').style.display='flex';">
<div class="image-overlay" id="overlayXACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Create a team canvas
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Use Feature toggles/flags|XACACA]]
[[B: Continue using Create a team canvas|XACACB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBA').style.display='flex';">
<div class="image-overlay" id="overlayXACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Create a team canvas
c) Longer planning sessions
[[A: Add columns to kanban board|XACBAA]]
[[B: Continue using Create a team canvas|XACBAB]]
[[C: Longer planning sessions|XACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBB').style.display='flex';">
<div class="image-overlay" id="overlayXACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Create a team canvas
c) Track velocity more rigorously
[[A: Designated focus time|XACBBA]]
[[B: Continue using Create a team canvas|XACBBB]]
[[C: Track velocity more rigorously|XACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBC').style.display='flex';">
<div class="image-overlay" id="overlayXACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Cameras on in every meeting
c) Track velocity more rigorously
[[A: Continue using Create a team canvas|XACBCA]]
[[B: Cameras on in every meeting|XACBCB]]
[[C: Track velocity more rigorously|XACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCA').style.display='flex';">
<div class="image-overlay" id="overlayXACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Create a team canvas
c) Story point every backlog item
[[A: Track velocity more rigorously|XACCAA]]
[[B: Continue using Create a team canvas|XACCAB]]
[[C: Story point every backlog item|XACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCB').style.display='flex';">
<div class="image-overlay" id="overlayXACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Create a team canvas
c) Story point every backlog item
[[A: Designated focus time|XACCBA]]
[[B: Continue using Create a team canvas|XACCBB]]
[[C: Story point every backlog item|XACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCC').style.display='flex';">
<div class="image-overlay" id="overlayXACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Moving from Scrum to Kanban
c) Continue using Create a team canvas
[[A: Increase WIP limits|XACCCA]]
[[B: Moving from Scrum to Kanban|XACCCB]]
[[C: Continue using Create a team canvas|XACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAA').style.display='flex';">
<div class="image-overlay" id="overlayXBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Adding tasks to stories
c) Continue using Rightsize work items to be <85th percentile
[[A: Introduce story points|XBAAAA]]
[[B: Adding tasks to stories|XBAAAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAB').style.display='flex';">
<div class="image-overlay" id="overlayXBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Continue using Rightsize work items to be <85th percentile
c) No Deployment Fridays
[[A: Increase WIP limits|XBAABA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBAABB]]
[[C: No Deployment Fridays|XBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAC').style.display='flex';">
<div class="image-overlay" id="overlayXBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Rightsize work items to be <85th percentile
c) Estimate everything in hours
[[A: Rotating the Scrum Master this sprint|XBAACA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBAACB]]
[[C: Estimate everything in hours|XBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABA').style.display='flex';">
<div class="image-overlay" id="overlayXBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Mob programming
c) Continue using Rightsize work items to be <85th percentile
[[A: Track velocity more rigorously|XBABAA]]
[[B: Mob programming|XBABAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABB').style.display='flex';">
<div class="image-overlay" id="overlayXBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Track velocity more rigorously
c) Continue using Rightsize work items to be <85th percentile
[[A: Refine Definition of Done (DoD)|XBABBA]]
[[B: Track velocity more rigorously|XBABBB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABC').style.display='flex';">
<div class="image-overlay" id="overlayXBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Add columns to kanban board|XBABCA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBABCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACA').style.display='flex';">
<div class="image-overlay" id="overlayXBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Cameras on in every meeting
c) Longer planning sessions
[[A: Continue using Rightsize work items to be <85th percentile|XBACAA]]
[[B: Cameras on in every meeting|XBACAB]]
[[C: Longer planning sessions|XBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACB').style.display='flex';">
<div class="image-overlay" id="overlayXBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Add a Teams/Slack bot to remind people to update Jira
c) No Deployment Fridays
[[A: Continue using Rightsize work items to be <85th percentile|XBACBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBACBB]]
[[C: No Deployment Fridays|XBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACC').style.display='flex';">
<div class="image-overlay" id="overlayXBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Cameras on in every meeting
c) Continue using Rightsize work items to be <85th percentile
[[A: Create a team canvas|XBACCA]]
[[B: Cameras on in every meeting|XBACCB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAA').style.display='flex';">
<div class="image-overlay" id="overlayXBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Introduce Definition of Ready (DoR)
c) Create a team canvas
[[A: Continue using Rightsize work items to be <85th percentile|XBBAAA]]
[[B: Introduce Definition of Ready (DoR)|XBBAAB]]
[[C: Create a team canvas|XBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAB').style.display='flex';">
<div class="image-overlay" id="overlayXBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Using flow metrics in retrospectives
c) Moving from Scrum to Kanban
[[A: Continue using Rightsize work items to be <85th percentile|XBBABA]]
[[B: Using flow metrics in retrospectives|XBBABB]]
[[C: Moving from Scrum to Kanban|XBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAC').style.display='flex';">
<div class="image-overlay" id="overlayXBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Rightsize work items to be <85th percentile
c) Add columns to kanban board
[[A: Longer planning sessions|XBBACA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBBACB]]
[[C: Add columns to kanban board|XBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBA').style.display='flex';">
<div class="image-overlay" id="overlayXBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Create a team canvas
c) Continue using Rightsize work items to be <85th percentile
[[A: Designated "in-person" office days|XBBBAA]]
[[B: Create a team canvas|XBBBAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBB').style.display='flex';">
<div class="image-overlay" id="overlayXBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Rightsize work items to be <85th percentile
c) Re-estimating the backlog
[[A: Track velocity more rigorously|XBBBBA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBBBBB]]
[[C: Re-estimating the backlog|XBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBC').style.display='flex';">
<div class="image-overlay" id="overlayXBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) No Deployment Fridays
c) Continue using Rightsize work items to be <85th percentile
[[A: Moving from Scrum to Kanban|XBBBCA]]
[[B: No Deployment Fridays|XBBBCB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCA').style.display='flex';">
<div class="image-overlay" id="overlayXBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Lower WIP limits
c) Continue using Rightsize work items to be <85th percentile
[[A: Switch from story points to time-based estimation|XBBCAA]]
[[B: Lower WIP limits|XBBCAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCB').style.display='flex';">
<div class="image-overlay" id="overlayXBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Introduce story points
c) Estimate everything in hours
[[A: Continue using Rightsize work items to be <85th percentile|XBBCBA]]
[[B: Introduce story points|XBBCBB]]
[[C: Estimate everything in hours|XBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCC').style.display='flex';">
<div class="image-overlay" id="overlayXBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Using flow metrics on a daily basis
c) Estimate everything in hours
[[A: Continue using Rightsize work items to be <85th percentile|XBBCCA]]
[[B: Using flow metrics on a daily basis|XBBCCB]]
[[C: Estimate everything in hours|XBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAA').style.display='flex';">
<div class="image-overlay" id="overlayXBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Rightsize work items to be <85th percentile
c) Do a value stream mapping session
[[A: Create a team canvas|XBCAAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCAAB]]
[[C: Do a value stream mapping session|XBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAB').style.display='flex';">
<div class="image-overlay" id="overlayXBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Introduce WIP limits
c) Estimate everything in hours
[[A: Continue using Rightsize work items to be <85th percentile|XBCABA]]
[[B: Introduce WIP limits|XBCABB]]
[[C: Estimate everything in hours|XBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAC').style.display='flex';">
<div class="image-overlay" id="overlayXBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Start tracking % of planned vs unplanned work|XBCACA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCACB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBA').style.display='flex';">
<div class="image-overlay" id="overlayXBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Introduce story points
c) Switch from story points to time-based estimation
[[A: Continue using Rightsize work items to be <85th percentile|XBCBAA]]
[[B: Introduce story points|XBCBAB]]
[[C: Switch from story points to time-based estimation|XBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBB').style.display='flex';">
<div class="image-overlay" id="overlayXBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Rightsize work items to be <85th percentile
c) Create a team canvas
[[A: Using flow metrics in retrospectives|XBCBBA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCBBB]]
[[C: Create a team canvas|XBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBC').style.display='flex';">
<div class="image-overlay" id="overlayXBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Rightsize work items to be <85th percentile
c) Increase WIP limits
[[A: Story point every backlog item|XBCBCA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCBCB]]
[[C: Increase WIP limits|XBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCA').style.display='flex';">
<div class="image-overlay" id="overlayXBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Rightsize work items to be <85th percentile
c) Moving from Kanban to Scrum
[[A: Introduce Definition of Ready (DoR)|XBCCAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XBCCAB]]
[[C: Moving from Kanban to Scrum|XBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCB').style.display='flex';">
<div class="image-overlay" id="overlayXBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Add columns to kanban board
c) Continue using Rightsize work items to be <85th percentile
[[A: Cameras on in every meeting|XBCCBA]]
[[B: Add columns to kanban board|XBCCBB]]
[[C: Continue using Rightsize work items to be <85th percentile|XBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCC').style.display='flex';">
<div class="image-overlay" id="overlayXBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Designated focus time
c) Lower WIP limits
[[A: Continue using Rightsize work items to be <85th percentile|XBCCCA]]
[[B: Designated focus time|XBCCCB]]
[[C: Lower WIP limits|XBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAA').style.display='flex';">
<div class="image-overlay" id="overlayXCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Rightsize work items to be <85th percentile
c) Introduce WIP limits
[[A: Continue using Using flow metrics on a daily basis|XCAAAA]]
[[B: Rightsize work items to be <85th percentile|XCAAAB]]
[[C: Introduce WIP limits|XCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAB').style.display='flex';">
<div class="image-overlay" id="overlayXCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Refine Definition of Done (DoD)
c) Continue using Using flow metrics on a daily basis
[[A: Use Feature toggles/flags|XCAABA]]
[[B: Refine Definition of Done (DoD)|XCAABB]]
[[C: Continue using Using flow metrics on a daily basis|XCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAC').style.display='flex';">
<div class="image-overlay" id="overlayXCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Rotating the Scrum Master this sprint
c) Designated "in-person" office days
[[A: Continue using Using flow metrics on a daily basis|XCAACA]]
[[B: Rotating the Scrum Master this sprint|XCAACB]]
[[C: Designated "in-person" office days|XCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABA').style.display='flex';">
<div class="image-overlay" id="overlayXCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Using flow metrics on a daily basis
c) Designated "in-person" office days
[[A: Add a Teams/Slack bot to remind people to update Jira|XCABAA]]
[[B: Continue using Using flow metrics on a daily basis|XCABAB]]
[[C: Designated "in-person" office days|XCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABB').style.display='flex';">
<div class="image-overlay" id="overlayXCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Lower WIP limits
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Using flow metrics on a daily basis|XCABBA]]
[[B: Lower WIP limits|XCABBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABC').style.display='flex';">
<div class="image-overlay" id="overlayXCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Longer planning sessions
c) Continue using Using flow metrics on a daily basis
[[A: Use Work Item Age to prioritise daily work|XCABCA]]
[[B: Longer planning sessions|XCABCB]]
[[C: Continue using Using flow metrics on a daily basis|XCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACA').style.display='flex';">
<div class="image-overlay" id="overlayXCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Using flow metrics on a daily basis
[[A: Introduce WIP limits|XCACAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCACAB]]
[[C: Continue using Using flow metrics on a daily basis|XCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACB').style.display='flex';">
<div class="image-overlay" id="overlayXCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Continue using Using flow metrics on a daily basis
c) Story point every backlog item
[[A: Async standup once a week|XCACBA]]
[[B: Continue using Using flow metrics on a daily basis|XCACBB]]
[[C: Story point every backlog item|XCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACC').style.display='flex';">
<div class="image-overlay" id="overlayXCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Track velocity more rigorously
c) Continue using Using flow metrics on a daily basis
[[A: Rotating the Scrum Master this sprint|XCACCA]]
[[B: Track velocity more rigorously|XCACCB]]
[[C: Continue using Using flow metrics on a daily basis|XCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAA').style.display='flex';">
<div class="image-overlay" id="overlayXCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Using flow metrics on a daily basis
c) Use Work Item Age to prioritise daily work
[[A: Track velocity more rigorously|XCBAAA]]
[[B: Continue using Using flow metrics on a daily basis|XCBAAB]]
[[C: Use Work Item Age to prioritise daily work|XCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAB').style.display='flex';">
<div class="image-overlay" id="overlayXCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Using flow metrics on a daily basis
c) Using flow metrics in retrospectives
[[A: Pair programming|XCBABA]]
[[B: Continue using Using flow metrics on a daily basis|XCBABB]]
[[C: Using flow metrics in retrospectives|XCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAC').style.display='flex';">
<div class="image-overlay" id="overlayXCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Estimate everything in hours
c) Continue using Using flow metrics on a daily basis
[[A: Story point every backlog item|XCBACA]]
[[B: Estimate everything in hours|XCBACB]]
[[C: Continue using Using flow metrics on a daily basis|XCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBA').style.display='flex';">
<div class="image-overlay" id="overlayXCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Continue using Using flow metrics on a daily basis
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Increase WIP limits|XCBBAA]]
[[B: Continue using Using flow metrics on a daily basis|XCBBAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBB').style.display='flex';">
<div class="image-overlay" id="overlayXCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Track velocity more rigorously
c) Continue using Using flow metrics on a daily basis
[[A: Moving from Kanban to Scrum|XCBBBA]]
[[B: Track velocity more rigorously|XCBBBB]]
[[C: Continue using Using flow metrics on a daily basis|XCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBC').style.display='flex';">
<div class="image-overlay" id="overlayXCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Using flow metrics on a daily basis
c) Switch from story points to time-based estimation
[[A: Estimate everything in hours|XCBBCA]]
[[B: Continue using Using flow metrics on a daily basis|XCBBCB]]
[[C: Switch from story points to time-based estimation|XCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCA').style.display='flex';">
<div class="image-overlay" id="overlayXCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) No Deployment Fridays
c) Continue using Using flow metrics on a daily basis
[[A: Re-estimating the backlog|XCBCAA]]
[[B: No Deployment Fridays|XCBCAB]]
[[C: Continue using Using flow metrics on a daily basis|XCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCB').style.display='flex';">
<div class="image-overlay" id="overlayXCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Using flow metrics on a daily basis
c) Introduce Definition of Ready (DoR)
[[A: Introduce WIP limits|XCBCBA]]
[[B: Continue using Using flow metrics on a daily basis|XCBCBB]]
[[C: Introduce Definition of Ready (DoR)|XCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCC').style.display='flex';">
<div class="image-overlay" id="overlayXCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Estimate using t-shirt sizing
c) Adding tasks to stories
[[A: Continue using Using flow metrics on a daily basis|XCBCCA]]
[[B: Estimate using t-shirt sizing|XCBCCB]]
[[C: Adding tasks to stories|XCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAA').style.display='flex';">
<div class="image-overlay" id="overlayXCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Use Work Item Age to prioritise daily work
c) Moving from Scrum to Kanban
[[A: Continue using Using flow metrics on a daily basis|XCCAAA]]
[[B: Use Work Item Age to prioritise daily work|XCCAAB]]
[[C: Moving from Scrum to Kanban|XCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAB').style.display='flex';">
<div class="image-overlay" id="overlayXCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Lower WIP limits
c) Continue using Using flow metrics on a daily basis
[[A: Story point every backlog item|XCCABA]]
[[B: Lower WIP limits|XCCABB]]
[[C: Continue using Using flow metrics on a daily basis|XCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAC').style.display='flex';">
<div class="image-overlay" id="overlayXCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Add a Teams/Slack bot to remind people to update Jira
c) Designated "in-person" office days
[[A: Continue using Using flow metrics on a daily basis|XCCACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCACB]]
[[C: Designated "in-person" office days|XCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBA').style.display='flex';">
<div class="image-overlay" id="overlayXCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Add a Teams/Slack bot to remind people to update Jira
c) Adding tasks to stories
[[A: Continue using Using flow metrics on a daily basis|XCCBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCBAB]]
[[C: Adding tasks to stories|XCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBB').style.display='flex';">
<div class="image-overlay" id="overlayXCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Lower WIP limits
c) Continue using Using flow metrics on a daily basis
[[A: Longer planning sessions|XCCBBA]]
[[B: Lower WIP limits|XCCBBB]]
[[C: Continue using Using flow metrics on a daily basis|XCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBC').style.display='flex';">
<div class="image-overlay" id="overlayXCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Re-estimating the backlog
c) No Deployment Fridays
[[A: Continue using Using flow metrics on a daily basis|XCCBCA]]
[[B: Re-estimating the backlog|XCCBCB]]
[[C: No Deployment Fridays|XCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCA').style.display='flex';">
<div class="image-overlay" id="overlayXCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Longer planning sessions
c) Continue using Using flow metrics on a daily basis
[[A: Rotating the Scrum Master this sprint|XCCCAA]]
[[B: Longer planning sessions|XCCCAB]]
[[C: Continue using Using flow metrics on a daily basis|XCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCB').style.display='flex';">
<div class="image-overlay" id="overlayXCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Introduce Definition of Ready (DoR)
c) Continue using Using flow metrics on a daily basis
[[A: Add a Teams/Slack bot to remind people to update Jira|XCCCBA]]
[[B: Introduce Definition of Ready (DoR)|XCCCBB]]
[[C: Continue using Using flow metrics on a daily basis|XCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCC').style.display='flex';">
<div class="image-overlay" id="overlayXCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Async standup once a week
c) Continue using Using flow metrics on a daily basis
[[A: Story point every backlog item|XCCCCA]]
[[B: Async standup once a week|XCCCCB]]
[[C: Continue using Using flow metrics on a daily basis|XCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Pair programming (pairing) on work items</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAA.png" alt="Zoomed metrics">
</div>
Choose one of the following experiments to try next:
[[A: Continue Pair programming (Pairing) on work items|XAAAAAA]]
[[B: Refine Definition of Done (DoD)|XAAAAAB]]
[[C: Start using Work Item Age in standups to prioritise work|XAAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Focus on Work Item Age in standups</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with (click to enlarge):</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAAAAB.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Latest Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAB.png"
alt="Flow metrics XAAAAB"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XAAAAB -->
<div class="image-overlay" id="overlayXAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAB.png" alt="Zoomed metrics XAAAAB">
</div>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Do a value stream mapping session
c) Create a team canvas
[[A: Lower WIP limits|XAAAABA]]
[[B: Do a value stream mapping session|XAAAABB]]
[[C: Create a team canvas|XAAAABC]]A) [[Option A->XAAAACA]]
B) [[Option B->XAAAACB]]
C) [[Option C->XAAAACC]]
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Mob programming
c) Switch from story points to time-based estimation
[[A: Use Work Item Age to prioritise daily work|XAAAACA]]
[[B: Mob programming|XAAAACB]]
[[C: Switch from story points to time-based estimation|XAAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABA').style.display='flex';">
<div class="image-overlay" id="overlayXAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Moving from Scrum to Kanban
c) Designated focus time
[[A: Using flow metrics in retrospectives|XAAABAA]]
[[B: Moving from Scrum to Kanban|XAAABAB]]
[[C: Designated focus time|XAAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABB').style.display='flex';">
<div class="image-overlay" id="overlayXAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Moving from Kanban to Scrum
c) Introduce Definition of Ready (DoR)
[[A: Add columns to kanban board|XAAABBA]]
[[B: Moving from Kanban to Scrum|XAAABBB]]
[[C: Introduce Definition of Ready (DoR)|XAAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABC').style.display='flex';">
<div class="image-overlay" id="overlayXAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Do a value stream mapping session
c) Estimate everything in hours
[[A: Designated "in-person" office days|XAAABCA]]
[[B: Do a value stream mapping session|XAAABCB]]
[[C: Estimate everything in hours|XAAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACA').style.display='flex';">
<div class="image-overlay" id="overlayXAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Lower WIP limits
c) Switch from story points to time-based estimation
[[A: Async standup once a week|XAAACAA]]
[[B: Lower WIP limits|XAAACAB]]
[[C: Switch from story points to time-based estimation|XAAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACB').style.display='flex';">
<div class="image-overlay" id="overlayXAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Increase WIP limits
c) Lower WIP limits
[[A: Designated focus time|XAAACBA]]
[[B: Increase WIP limits|XAAACBB]]
[[C: Lower WIP limits|XAAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACC').style.display='flex';">
<div class="image-overlay" id="overlayXAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Introduce WIP limits
c) Introduce Definition of Ready (DoR)
[[A: Lower WIP limits|XAAACCA]]
[[B: Introduce WIP limits|XAAACCB]]
[[C: Introduce Definition of Ready (DoR)|XAAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAA').style.display='flex';">
<div class="image-overlay" id="overlayXAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Moving from Kanban to Scrum|XAABAAA]]
[[B: Rightsize work items to be <85th percentile|XAABAAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XAABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAB').style.display='flex';">
<div class="image-overlay" id="overlayXAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Mob programming
c) Track velocity more rigorously
[[A: Estimate everything in hours|XAABABA]]
[[B: Mob programming|XAABABB]]
[[C: Track velocity more rigorously|XAABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAC').style.display='flex';">
<div class="image-overlay" id="overlayXAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Using flow metrics in retrospectives
c) Cameras on in every meeting
[[A: Use Feature toggles/flags|XAABACA]]
[[B: Using flow metrics in retrospectives|XAABACB]]
[[C: Cameras on in every meeting|XAABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBA').style.display='flex';">
<div class="image-overlay" id="overlayXAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Add columns to kanban board
c) Longer planning sessions
[[A: Switch from story points to time-based estimation|XAABBAA]]
[[B: Add columns to kanban board|XAABBAB]]
[[C: Longer planning sessions|XAABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBB').style.display='flex';">
<div class="image-overlay" id="overlayXAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Cameras on in every meeting
c) Start tracking % of planned vs unplanned work
[[A: Story point every backlog item|XAABBBA]]
[[B: Cameras on in every meeting|XAABBBB]]
[[C: Start tracking % of planned vs unplanned work|XAABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBC').style.display='flex';">
<div class="image-overlay" id="overlayXAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Track velocity more rigorously
c) Switch from story points to time-based estimation
[[A: Introduce Definition of Ready (DoR)|XAABBCA]]
[[B: Track velocity more rigorously|XAABBCB]]
[[C: Switch from story points to time-based estimation|XAABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCA').style.display='flex';">
<div class="image-overlay" id="overlayXAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Moving from Scrum to Kanban
c) Designated "in-person" office days
[[A: Story point every backlog item|XAABCAA]]
[[B: Moving from Scrum to Kanban|XAABCAB]]
[[C: Designated "in-person" office days|XAABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCB').style.display='flex';">
<div class="image-overlay" id="overlayXAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Mob programming
c) Moving from Kanban to Scrum
[[A: Moving from Scrum to Kanban|XAABCBA]]
[[B: Mob programming|XAABCBB]]
[[C: Moving from Kanban to Scrum|XAABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCC').style.display='flex';">
<div class="image-overlay" id="overlayXAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Add a Teams/Slack bot to remind people to update Jira
c) Estimate using t-shirt sizing
[[A: Async standup once a week|XAABCCA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAABCCB]]
[[C: Estimate using t-shirt sizing|XAABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAA').style.display='flex';">
<div class="image-overlay" id="overlayXAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Lower WIP limits
c) Designated "in-person" office days
[[A: Story point every backlog item|XAACAAA]]
[[B: Lower WIP limits|XAACAAB]]
[[C: Designated "in-person" office days|XAACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAB').style.display='flex';">
<div class="image-overlay" id="overlayXAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Introduce WIP limits
c) Adding tasks to stories
[[A: Mob programming|XAACABA]]
[[B: Introduce WIP limits|XAACABB]]
[[C: Adding tasks to stories|XAACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAC').style.display='flex';">
<div class="image-overlay" id="overlayXAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Track velocity more rigorously
c) Switch from story points to time-based estimation
[[A: Refine Definition of Done (DoD)|XAACACA]]
[[B: Track velocity more rigorously|XAACACB]]
[[C: Switch from story points to time-based estimation|XAACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBA').style.display='flex';">
<div class="image-overlay" id="overlayXAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Do a value stream mapping session
c) Re-estimating the backlog
[[A: Add a Teams/Slack bot to remind people to update Jira|XAACBAA]]
[[B: Do a value stream mapping session|XAACBAB]]
[[C: Re-estimating the backlog|XAACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBB').style.display='flex';">
<div class="image-overlay" id="overlayXAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Async standup once a week
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Estimate using t-shirt sizing|XAACBBA]]
[[B: Async standup once a week|XAACBBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XAACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBC').style.display='flex';">
<div class="image-overlay" id="overlayXAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Add columns to kanban board
c) Cameras on in every meeting
[[A: Use Feature toggles/flags|XAACBCA]]
[[B: Add columns to kanban board|XAACBCB]]
[[C: Cameras on in every meeting|XAACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCA').style.display='flex';">
<div class="image-overlay" id="overlayXAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Track velocity more rigorously
c) Create a team canvas
[[A: Switch from story points to time-based estimation|XAACCAA]]
[[B: Track velocity more rigorously|XAACCAB]]
[[C: Create a team canvas|XAACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCB').style.display='flex';">
<div class="image-overlay" id="overlayXAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Use Work Item Age to prioritise daily work
c) Re-estimating the backlog
[[A: Moving from Kanban to Scrum|XAACCBA]]
[[B: Use Work Item Age to prioritise daily work|XAACCBB]]
[[C: Re-estimating the backlog|XAACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XAACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCC').style.display='flex';">
<div class="image-overlay" id="overlayXAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Introduce WIP limits
c) Longer planning sessions
[[A: No Deployment Fridays|XAACCCA]]
[[B: Introduce WIP limits|XAACCCB]]
[[C: Longer planning sessions|XAACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAA').style.display='flex';">
<div class="image-overlay" id="overlayXABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Mob programming
c) Switch from story points to time-based estimation
[[A: Cameras on in every meeting|XABAAAA]]
[[B: Mob programming|XABAAAB]]
[[C: Switch from story points to time-based estimation|XABAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAB').style.display='flex';">
<div class="image-overlay" id="overlayXABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Designated "in-person" office days
c) Create a team canvas
[[A: Story point every backlog item|XABAABA]]
[[B: Designated "in-person" office days|XABAABB]]
[[C: Create a team canvas|XABAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAC').style.display='flex';">
<div class="image-overlay" id="overlayXABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) No Deployment Fridays
c) Introduce Definition of Ready (DoR)
[[A: Start tracking % of planned vs unplanned work|XABAACA]]
[[B: No Deployment Fridays|XABAACB]]
[[C: Introduce Definition of Ready (DoR)|XABAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABA').style.display='flex';">
<div class="image-overlay" id="overlayXABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Track velocity more rigorously
c) Increase WIP limits
[[A: Introduce story points|XABABAA]]
[[B: Track velocity more rigorously|XABABAB]]
[[C: Increase WIP limits|XABABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABB').style.display='flex';">
<div class="image-overlay" id="overlayXABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Adding tasks to stories
c) Start tracking % of planned vs unplanned work
[[A: Story point every backlog item|XABABBA]]
[[B: Adding tasks to stories|XABABBB]]
[[C: Start tracking % of planned vs unplanned work|XABABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABC').style.display='flex';">
<div class="image-overlay" id="overlayXABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Start tracking % of planned vs unplanned work
c) Moving from Scrum to Kanban
[[A: Using flow metrics in retrospectives|XABABCA]]
[[B: Start tracking % of planned vs unplanned work|XABABCB]]
[[C: Moving from Scrum to Kanban|XABABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACA').style.display='flex';">
<div class="image-overlay" id="overlayXABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Using flow metrics on a daily basis
c) Moving from Kanban to Scrum
[[A: Cameras on in every meeting|XABACAA]]
[[B: Using flow metrics on a daily basis|XABACAB]]
[[C: Moving from Kanban to Scrum|XABACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACB').style.display='flex';">
<div class="image-overlay" id="overlayXABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Start tracking % of planned vs unplanned work
c) Story point every backlog item
[[A: Designated focus time|XABACBA]]
[[B: Start tracking % of planned vs unplanned work|XABACBB]]
[[C: Story point every backlog item|XABACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACC').style.display='flex';">
<div class="image-overlay" id="overlayXABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Re-estimating the backlog
c) Use Work Item Age to prioritise daily work
[[A: Lower WIP limits|XABACCA]]
[[B: Re-estimating the backlog|XABACCB]]
[[C: Use Work Item Age to prioritise daily work|XABACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAA').style.display='flex';">
<div class="image-overlay" id="overlayXABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Increase WIP limits
c) No Deployment Fridays
[[A: Moving from Kanban to Scrum|XABBAAA]]
[[B: Increase WIP limits|XABBAAB]]
[[C: No Deployment Fridays|XABBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAB').style.display='flex';">
<div class="image-overlay" id="overlayXABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Create a team canvas
c) Do a value stream mapping session
[[A: Track velocity more rigorously|XABBABA]]
[[B: Create a team canvas|XABBABB]]
[[C: Do a value stream mapping session|XABBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAC').style.display='flex';">
<div class="image-overlay" id="overlayXABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Longer planning sessions
c) Story point every backlog item
[[A: Moving from Kanban to Scrum|XABBACA]]
[[B: Longer planning sessions|XABBACB]]
[[C: Story point every backlog item|XABBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBA').style.display='flex';">
<div class="image-overlay" id="overlayXABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Create a team canvas
c) Start tracking % of planned vs unplanned work
[[A: Rightsize work items to be <85th percentile|XABBBAA]]
[[B: Create a team canvas|XABBBAB]]
[[C: Start tracking % of planned vs unplanned work|XABBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBB').style.display='flex';">
<div class="image-overlay" id="overlayXABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Estimate using t-shirt sizing
c) Estimate everything in hours
[[A: Async standup once a week|XABBBBA]]
[[B: Estimate using t-shirt sizing|XABBBBB]]
[[C: Estimate everything in hours|XABBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBC').style.display='flex';">
<div class="image-overlay" id="overlayXABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Start tracking % of planned vs unplanned work
c) Track velocity more rigorously
[[A: Add columns to kanban board|XABBBCA]]
[[B: Start tracking % of planned vs unplanned work|XABBBCB]]
[[C: Track velocity more rigorously|XABBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCA').style.display='flex';">
<div class="image-overlay" id="overlayXABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Add columns to kanban board
c) Pair programming
[[A: Adding tasks to stories|XABBCAA]]
[[B: Add columns to kanban board|XABBCAB]]
[[C: Pair programming|XABBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCB').style.display='flex';">
<div class="image-overlay" id="overlayXABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Using flow metrics in retrospectives
c) Create a team canvas
[[A: Add columns to kanban board|XABBCBA]]
[[B: Using flow metrics in retrospectives|XABBCBB]]
[[C: Create a team canvas|XABBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCC').style.display='flex';">
<div class="image-overlay" id="overlayXABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Cameras on in every meeting
c) Introduce story points
[[A: Designated focus time|XABBCCA]]
[[B: Cameras on in every meeting|XABBCCB]]
[[C: Introduce story points|XABBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAA').style.display='flex';">
<div class="image-overlay" id="overlayXABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Estimate everything in hours
c) Designated focus time
[[A: Switch from story points to time-based estimation|XABCAAA]]
[[B: Estimate everything in hours|XABCAAB]]
[[C: Designated focus time|XABCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAB').style.display='flex';">
<div class="image-overlay" id="overlayXABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Cameras on in every meeting
c) Add columns to kanban board
[[A: Designated focus time|XABCABA]]
[[B: Cameras on in every meeting|XABCABB]]
[[C: Add columns to kanban board|XABCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAC').style.display='flex';">
<div class="image-overlay" id="overlayXABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Introduce Definition of Ready (DoR)
c) Using flow metrics in retrospectives
[[A: Rotating the Scrum Master this sprint|XABCACA]]
[[B: Introduce Definition of Ready (DoR)|XABCACB]]
[[C: Using flow metrics in retrospectives|XABCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBA').style.display='flex';">
<div class="image-overlay" id="overlayXABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Moving from Kanban to Scrum
c) Estimate everything in hours
[[A: Estimate using t-shirt sizing|XABCBAA]]
[[B: Moving from Kanban to Scrum|XABCBAB]]
[[C: Estimate everything in hours|XABCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBB').style.display='flex';">
<div class="image-overlay" id="overlayXABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Start tracking % of planned vs unplanned work
c) Use Feature toggles/flags
[[A: Pair programming|XABCBBA]]
[[B: Start tracking % of planned vs unplanned work|XABCBBB]]
[[C: Use Feature toggles/flags|XABCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBC').style.display='flex';">
<div class="image-overlay" id="overlayXABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Start tracking % of planned vs unplanned work
c) Track velocity more rigorously
[[A: Re-estimating the backlog|XABCBCA]]
[[B: Start tracking % of planned vs unplanned work|XABCBCB]]
[[C: Track velocity more rigorously|XABCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCA').style.display='flex';">
<div class="image-overlay" id="overlayXABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Increase WIP limits
c) Add columns to kanban board
[[A: Introduce WIP limits|XABCCAA]]
[[B: Increase WIP limits|XABCCAB]]
[[C: Add columns to kanban board|XABCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCB').style.display='flex';">
<div class="image-overlay" id="overlayXABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Rightsize work items to be <85th percentile
c) Introduce Definition of Ready (DoR)
[[A: Do a value stream mapping session|XABCCBA]]
[[B: Rightsize work items to be <85th percentile|XABCCBB]]
[[C: Introduce Definition of Ready (DoR)|XABCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XABCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCC').style.display='flex';">
<div class="image-overlay" id="overlayXABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Increase WIP limits
c) Introduce story points
[[A: Longer planning sessions|XABCCCA]]
[[B: Increase WIP limits|XABCCCB]]
[[C: Introduce story points|XABCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAA').style.display='flex';">
<div class="image-overlay" id="overlayXACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Async standup once a week
c) Create a team canvas
[[A: Do a value stream mapping session|XACAAAA]]
[[B: Async standup once a week|XACAAAB]]
[[C: Create a team canvas|XACAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAB').style.display='flex';">
<div class="image-overlay" id="overlayXACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Re-estimating the backlog
c) Rightsize work items to be <85th percentile
[[A: Estimate using t-shirt sizing|XACAABA]]
[[B: Re-estimating the backlog|XACAABB]]
[[C: Rightsize work items to be <85th percentile|XACAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAC').style.display='flex';">
<div class="image-overlay" id="overlayXACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Estimate using t-shirt sizing
c) Rightsize work items to be <85th percentile
[[A: Lower WIP limits|XACAACA]]
[[B: Estimate using t-shirt sizing|XACAACB]]
[[C: Rightsize work items to be <85th percentile|XACAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABA').style.display='flex';">
<div class="image-overlay" id="overlayXACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Estimate everything in hours
c) Track velocity more rigorously
[[A: Using flow metrics in retrospectives|XACABAA]]
[[B: Estimate everything in hours|XACABAB]]
[[C: Track velocity more rigorously|XACABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABB').style.display='flex';">
<div class="image-overlay" id="overlayXACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Lower WIP limits
c) Introduce Definition of Ready (DoR)
[[A: Rightsize work items to be <85th percentile|XACABBA]]
[[B: Lower WIP limits|XACABBB]]
[[C: Introduce Definition of Ready (DoR)|XACABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABC').style.display='flex';">
<div class="image-overlay" id="overlayXACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Moving from Scrum to Kanban
c) Start tracking % of planned vs unplanned work
[[A: Create a team canvas|XACABCA]]
[[B: Moving from Scrum to Kanban|XACABCB]]
[[C: Start tracking % of planned vs unplanned work|XACABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACA').style.display='flex';">
<div class="image-overlay" id="overlayXACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Designated focus time
c) Designated "in-person" office days
[[A: Switch from story points to time-based estimation|XACACAA]]
[[B: Designated focus time|XACACAB]]
[[C: Designated "in-person" office days|XACACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACB').style.display='flex';">
<div class="image-overlay" id="overlayXACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Use Feature toggles/flags
c) Estimate everything in hours
[[A: Using flow metrics on a daily basis|XACACBA]]
[[B: Use Feature toggles/flags|XACACBB]]
[[C: Estimate everything in hours|XACACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACC').style.display='flex';">
<div class="image-overlay" id="overlayXACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Introduce story points
c) Do a value stream mapping session
[[A: Rotating the Scrum Master this sprint|XACACCA]]
[[B: Introduce story points|XACACCB]]
[[C: Do a value stream mapping session|XACACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAA').style.display='flex';">
<div class="image-overlay" id="overlayXACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Story point every backlog item
c) Longer planning sessions
[[A: Introduce Definition of Ready (DoR)|XACBAAA]]
[[B: Story point every backlog item|XACBAAB]]
[[C: Longer planning sessions|XACBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAB').style.display='flex';">
<div class="image-overlay" id="overlayXACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Introduce WIP limits
c) Start tracking % of planned vs unplanned work
[[A: Adding tasks to stories|XACBABA]]
[[B: Introduce WIP limits|XACBABB]]
[[C: Start tracking % of planned vs unplanned work|XACBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAC').style.display='flex';">
<div class="image-overlay" id="overlayXACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Async standup once a week
c) Use Work Item Age to prioritise daily work
[[A: Rightsize work items to be <85th percentile|XACBACA]]
[[B: Async standup once a week|XACBACB]]
[[C: Use Work Item Age to prioritise daily work|XACBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBA').style.display='flex';">
<div class="image-overlay" id="overlayXACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Async standup once a week
c) Mob programming
[[A: Use Feature toggles/flags|XACBBAA]]
[[B: Async standup once a week|XACBBAB]]
[[C: Mob programming|XACBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBB').style.display='flex';">
<div class="image-overlay" id="overlayXACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Track velocity more rigorously
c) Create a team canvas
[[A: Introduce Definition of Ready (DoR)|XACBBBA]]
[[B: Track velocity more rigorously|XACBBBB]]
[[C: Create a team canvas|XACBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBC').style.display='flex';">
<div class="image-overlay" id="overlayXACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Designated focus time
c) Track velocity more rigorously
[[A: Estimate everything in hours|XACBBCA]]
[[B: Designated focus time|XACBBCB]]
[[C: Track velocity more rigorously|XACBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCA').style.display='flex';">
<div class="image-overlay" id="overlayXACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Using flow metrics on a daily basis
c) Story point every backlog item
[[A: Designated "in-person" office days|XACBCAA]]
[[B: Using flow metrics on a daily basis|XACBCAB]]
[[C: Story point every backlog item|XACBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCB').style.display='flex';">
<div class="image-overlay" id="overlayXACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Rightsize work items to be <85th percentile
c) Estimate everything in hours
[[A: Re-estimating the backlog|XACBCBA]]
[[B: Rightsize work items to be <85th percentile|XACBCBB]]
[[C: Estimate everything in hours|XACBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCC').style.display='flex';">
<div class="image-overlay" id="overlayXACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Use Work Item Age to prioritise daily work
c) Using flow metrics on a daily basis
[[A: Estimate using t-shirt sizing|XACBCCA]]
[[B: Use Work Item Age to prioritise daily work|XACBCCB]]
[[C: Using flow metrics on a daily basis|XACBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAA').style.display='flex';">
<div class="image-overlay" id="overlayXACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) No Deployment Fridays
c) Cameras on in every meeting
[[A: Track velocity more rigorously|XACCAAA]]
[[B: No Deployment Fridays|XACCAAB]]
[[C: Cameras on in every meeting|XACCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAB').style.display='flex';">
<div class="image-overlay" id="overlayXACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Async standup once a week
c) Track velocity more rigorously
[[A: Use Work Item Age to prioritise daily work|XACCABA]]
[[B: Async standup once a week|XACCABB]]
[[C: Track velocity more rigorously|XACCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAC').style.display='flex';">
<div class="image-overlay" id="overlayXACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Introduce WIP limits
c) Using flow metrics in retrospectives
[[A: Estimate everything in hours|XACCACA]]
[[B: Introduce WIP limits|XACCACB]]
[[C: Using flow metrics in retrospectives|XACCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBA').style.display='flex';">
<div class="image-overlay" id="overlayXACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Re-estimating the backlog
c) Estimate everything in hours
[[A: Increase WIP limits|XACCBAA]]
[[B: Re-estimating the backlog|XACCBAB]]
[[C: Estimate everything in hours|XACCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBB').style.display='flex';">
<div class="image-overlay" id="overlayXACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Track velocity more rigorously
c) Pair programming
[[A: Rightsize work items to be <85th percentile|XACCBBA]]
[[B: Track velocity more rigorously|XACCBBB]]
[[C: Pair programming|XACCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBC').style.display='flex';">
<div class="image-overlay" id="overlayXACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Start tracking % of planned vs unplanned work
c) Refine Definition of Done (DoD)
[[A: Longer planning sessions|XACCBCA]]
[[B: Start tracking % of planned vs unplanned work|XACCBCB]]
[[C: Refine Definition of Done (DoD)|XACCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCA').style.display='flex';">
<div class="image-overlay" id="overlayXACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Pair programming
c) Introduce WIP limits
[[A: Refine Definition of Done (DoD)|XACCCAA]]
[[B: Pair programming|XACCCAB]]
[[C: Introduce WIP limits|XACCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCB').style.display='flex';">
<div class="image-overlay" id="overlayXACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Rightsize work items to be <85th percentile
c) Estimate everything in hours
[[A: Designated focus time|XACCCBA]]
[[B: Rightsize work items to be <85th percentile|XACCCBB]]
[[C: Estimate everything in hours|XACCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XACCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCC').style.display='flex';">
<div class="image-overlay" id="overlayXACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Adding tasks to stories
c) Designated focus time
[[A: Mob programming|XACCCCA]]
[[B: Adding tasks to stories|XACCCCB]]
[[C: Designated focus time|XACCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAA').style.display='flex';">
<div class="image-overlay" id="overlayXBAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Using flow metrics in retrospectives
c) Use Work Item Age to prioritise daily work
[[A: Estimate everything in hours|XBAAAAA]]
[[B: Using flow metrics in retrospectives|XBAAAAB]]
[[C: Use Work Item Age to prioritise daily work|XBAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAB').style.display='flex';">
<div class="image-overlay" id="overlayXBAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Lower WIP limits
c) Introduce Definition of Ready (DoR)
[[A: Rightsize work items to be <85th percentile|XBAAABA]]
[[B: Lower WIP limits|XBAAABB]]
[[C: Introduce Definition of Ready (DoR)|XBAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAC').style.display='flex';">
<div class="image-overlay" id="overlayXBAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Add a Teams/Slack bot to remind people to update Jira
c) Refine Definition of Done (DoD)
[[A: Rightsize work items to be <85th percentile|XBAAACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBAAACB]]
[[C: Refine Definition of Done (DoD)|XBAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABA').style.display='flex';">
<div class="image-overlay" id="overlayXBAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Story point every backlog item
c) Add columns to kanban board
[[A: Re-estimating the backlog|XBAABAA]]
[[B: Story point every backlog item|XBAABAB]]
[[C: Add columns to kanban board|XBAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABB').style.display='flex';">
<div class="image-overlay" id="overlayXBAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Re-estimating the backlog
c) Rotating the Scrum Master this sprint
[[A: Adding tasks to stories|XBAABBA]]
[[B: Re-estimating the backlog|XBAABBB]]
[[C: Rotating the Scrum Master this sprint|XBAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABC').style.display='flex';">
<div class="image-overlay" id="overlayXBAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Use Feature toggles/flags
c) Introduce Definition of Ready (DoR)
[[A: Estimate using t-shirt sizing|XBAABCA]]
[[B: Use Feature toggles/flags|XBAABCB]]
[[C: Introduce Definition of Ready (DoR)|XBAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACA').style.display='flex';">
<div class="image-overlay" id="overlayXBAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Introduce story points
c) Refine Definition of Done (DoD)
[[A: Add a Teams/Slack bot to remind people to update Jira|XBAACAA]]
[[B: Introduce story points|XBAACAB]]
[[C: Refine Definition of Done (DoD)|XBAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACB').style.display='flex';">
<div class="image-overlay" id="overlayXBAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Using flow metrics in retrospectives
c) Start tracking % of planned vs unplanned work
[[A: Create a team canvas|XBAACBA]]
[[B: Using flow metrics in retrospectives|XBAACBB]]
[[C: Start tracking % of planned vs unplanned work|XBAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACC').style.display='flex';">
<div class="image-overlay" id="overlayXBAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Adding tasks to stories
c) Using flow metrics on a daily basis
[[A: Introduce WIP limits|XBAACCA]]
[[B: Adding tasks to stories|XBAACCB]]
[[C: Using flow metrics on a daily basis|XBAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAA').style.display='flex';">
<div class="image-overlay" id="overlayXBABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Introduce story points
c) Increase WIP limits
[[A: Rotating the Scrum Master this sprint|XBABAAA]]
[[B: Introduce story points|XBABAAB]]
[[C: Increase WIP limits|XBABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAB').style.display='flex';">
<div class="image-overlay" id="overlayXBABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Designated "in-person" office days
c) Adding tasks to stories
[[A: Use Work Item Age to prioritise daily work|XBABABA]]
[[B: Designated "in-person" office days|XBABABB]]
[[C: Adding tasks to stories|XBABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAC').style.display='flex';">
<div class="image-overlay" id="overlayXBABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Moving from Scrum to Kanban
c) Switch from story points to time-based estimation
[[A: Using flow metrics in retrospectives|XBABACA]]
[[B: Moving from Scrum to Kanban|XBABACB]]
[[C: Switch from story points to time-based estimation|XBABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBA').style.display='flex';">
<div class="image-overlay" id="overlayXBABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Introduce story points
c) Create a team canvas
[[A: Moving from Kanban to Scrum|XBABBAA]]
[[B: Introduce story points|XBABBAB]]
[[C: Create a team canvas|XBABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBB').style.display='flex';">
<div class="image-overlay" id="overlayXBABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Longer planning sessions
c) Using flow metrics on a daily basis
[[A: Refine Definition of Done (DoD)|XBABBBA]]
[[B: Longer planning sessions|XBABBBB]]
[[C: Using flow metrics on a daily basis|XBABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBC').style.display='flex';">
<div class="image-overlay" id="overlayXBABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Do a value stream mapping session
c) Rotating the Scrum Master this sprint
[[A: Using flow metrics in retrospectives|XBABBCA]]
[[B: Do a value stream mapping session|XBABBCB]]
[[C: Rotating the Scrum Master this sprint|XBABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCA').style.display='flex';">
<div class="image-overlay" id="overlayXBABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Introduce Definition of Ready (DoR)
c) Switch from story points to time-based estimation
[[A: Using flow metrics on a daily basis|XBABCAA]]
[[B: Introduce Definition of Ready (DoR)|XBABCAB]]
[[C: Switch from story points to time-based estimation|XBABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCB').style.display='flex';">
<div class="image-overlay" id="overlayXBABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Do a value stream mapping session
c) Lower WIP limits
[[A: Cameras on in every meeting|XBABCBA]]
[[B: Do a value stream mapping session|XBABCBB]]
[[C: Lower WIP limits|XBABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCC').style.display='flex';">
<div class="image-overlay" id="overlayXBABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Lower WIP limits
c) Designated focus time
[[A: Estimate using t-shirt sizing|XBABCCA]]
[[B: Lower WIP limits|XBABCCB]]
[[C: Designated focus time|XBABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAA').style.display='flex';">
<div class="image-overlay" id="overlayXBACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Use Work Item Age to prioritise daily work
c) Using flow metrics in retrospectives
[[A: Create a team canvas|XBACAAA]]
[[B: Use Work Item Age to prioritise daily work|XBACAAB]]
[[C: Using flow metrics in retrospectives|XBACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAB').style.display='flex';">
<div class="image-overlay" id="overlayXBACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Use Feature toggles/flags
c) Create a team canvas
[[A: Add a Teams/Slack bot to remind people to update Jira|XBACABA]]
[[B: Use Feature toggles/flags|XBACABB]]
[[C: Create a team canvas|XBACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAC').style.display='flex';">
<div class="image-overlay" id="overlayXBACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Start tracking % of planned vs unplanned work
c) Rightsize work items to be <85th percentile
[[A: Introduce story points|XBACACA]]
[[B: Start tracking % of planned vs unplanned work|XBACACB]]
[[C: Rightsize work items to be <85th percentile|XBACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBA').style.display='flex';">
<div class="image-overlay" id="overlayXBACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Use Feature toggles/flags
c) Mob programming
[[A: Pair programming|XBACBAA]]
[[B: Use Feature toggles/flags|XBACBAB]]
[[C: Mob programming|XBACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBB').style.display='flex';">
<div class="image-overlay" id="overlayXBACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Estimate everything in hours
c) Rightsize work items to be <85th percentile
[[A: Using flow metrics on a daily basis|XBACBBA]]
[[B: Estimate everything in hours|XBACBBB]]
[[C: Rightsize work items to be <85th percentile|XBACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBC').style.display='flex';">
<div class="image-overlay" id="overlayXBACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Pair programming
c) Moving from Kanban to Scrum
[[A: Add a Teams/Slack bot to remind people to update Jira|XBACBCA]]
[[B: Pair programming|XBACBCB]]
[[C: Moving from Kanban to Scrum|XBACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCA').style.display='flex';">
<div class="image-overlay" id="overlayXBACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Increase WIP limits
c) Start tracking % of planned vs unplanned work
[[A: Introduce story points|XBACCAA]]
[[B: Increase WIP limits|XBACCAB]]
[[C: Start tracking % of planned vs unplanned work|XBACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCB').style.display='flex';">
<div class="image-overlay" id="overlayXBACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Do a value stream mapping session
c) Start tracking % of planned vs unplanned work
[[A: Switch from story points to time-based estimation|XBACCBA]]
[[B: Do a value stream mapping session|XBACCBB]]
[[C: Start tracking % of planned vs unplanned work|XBACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCC').style.display='flex';">
<div class="image-overlay" id="overlayXBACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Story point every backlog item
c) Adding tasks to stories
[[A: Introduce WIP limits|XBACCCA]]
[[B: Story point every backlog item|XBACCCB]]
[[C: Adding tasks to stories|XBACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAA').style.display='flex';">
<div class="image-overlay" id="overlayXBBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Use Feature toggles/flags
c) Create a team canvas
[[A: Use Work Item Age to prioritise daily work|XBBAAAA]]
[[B: Use Feature toggles/flags|XBBAAAB]]
[[C: Create a team canvas|XBBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAB').style.display='flex';">
<div class="image-overlay" id="overlayXBBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Introduce WIP limits
c) Rotating the Scrum Master this sprint
[[A: Adding tasks to stories|XBBAABA]]
[[B: Introduce WIP limits|XBBAABB]]
[[C: Rotating the Scrum Master this sprint|XBBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAC').style.display='flex';">
<div class="image-overlay" id="overlayXBBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Introduce WIP limits
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Switch from story points to time-based estimation|XBBAACA]]
[[B: Introduce WIP limits|XBBAACB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABA').style.display='flex';">
<div class="image-overlay" id="overlayXBBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Moving from Scrum to Kanban
c) Adding tasks to stories
[[A: Estimate everything in hours|XBBABAA]]
[[B: Moving from Scrum to Kanban|XBBABAB]]
[[C: Adding tasks to stories|XBBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABB').style.display='flex';">
<div class="image-overlay" id="overlayXBBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Start tracking % of planned vs unplanned work
c) Create a team canvas
[[A: Use Work Item Age to prioritise daily work|XBBABBA]]
[[B: Start tracking % of planned vs unplanned work|XBBABBB]]
[[C: Create a team canvas|XBBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABC').style.display='flex';">
<div class="image-overlay" id="overlayXBBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Introduce WIP limits
c) Rightsize work items to be <85th percentile
[[A: No Deployment Fridays|XBBABCA]]
[[B: Introduce WIP limits|XBBABCB]]
[[C: Rightsize work items to be <85th percentile|XBBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACA').style.display='flex';">
<div class="image-overlay" id="overlayXBBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Estimate using t-shirt sizing
c) Longer planning sessions
[[A: Add columns to kanban board|XBBACAA]]
[[B: Estimate using t-shirt sizing|XBBACAB]]
[[C: Longer planning sessions|XBBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACB').style.display='flex';">
<div class="image-overlay" id="overlayXBBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Introduce WIP limits
c) Estimate everything in hours
[[A: Using flow metrics in retrospectives|XBBACBA]]
[[B: Introduce WIP limits|XBBACBB]]
[[C: Estimate everything in hours|XBBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACC').style.display='flex';">
<div class="image-overlay" id="overlayXBBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Introduce story points
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Async standup once a week|XBBACCA]]
[[B: Introduce story points|XBBACCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAA').style.display='flex';">
<div class="image-overlay" id="overlayXBBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Create a team canvas
c) Use Work Item Age to prioritise daily work
[[A: Lower WIP limits|XBBBAAA]]
[[B: Create a team canvas|XBBBAAB]]
[[C: Use Work Item Age to prioritise daily work|XBBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAB').style.display='flex';">
<div class="image-overlay" id="overlayXBBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Mob programming
c) Longer planning sessions
[[A: Add a Teams/Slack bot to remind people to update Jira|XBBBABA]]
[[B: Mob programming|XBBBABB]]
[[C: Longer planning sessions|XBBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAC').style.display='flex';">
<div class="image-overlay" id="overlayXBBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Designated "in-person" office days
c) Adding tasks to stories
[[A: Re-estimating the backlog|XBBBACA]]
[[B: Designated "in-person" office days|XBBBACB]]
[[C: Adding tasks to stories|XBBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBA').style.display='flex';">
<div class="image-overlay" id="overlayXBBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Rightsize work items to be <85th percentile
c) Estimate using t-shirt sizing
[[A: Add a Teams/Slack bot to remind people to update Jira|XBBBBAA]]
[[B: Rightsize work items to be <85th percentile|XBBBBAB]]
[[C: Estimate using t-shirt sizing|XBBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBB').style.display='flex';">
<div class="image-overlay" id="overlayXBBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Introduce story points
c) Cameras on in every meeting
[[A: Longer planning sessions|XBBBBBA]]
[[B: Introduce story points|XBBBBBB]]
[[C: Cameras on in every meeting|XBBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBC').style.display='flex';">
<div class="image-overlay" id="overlayXBBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Increase WIP limits
c) Introduce Definition of Ready (DoR)
[[A: Adding tasks to stories|XBBBBCA]]
[[B: Increase WIP limits|XBBBBCB]]
[[C: Introduce Definition of Ready (DoR)|XBBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCA').style.display='flex';">
<div class="image-overlay" id="overlayXBBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Estimate using t-shirt sizing
c) Do a value stream mapping session
[[A: Introduce WIP limits|XBBBCAA]]
[[B: Estimate using t-shirt sizing|XBBBCAB]]
[[C: Do a value stream mapping session|XBBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCB').style.display='flex';">
<div class="image-overlay" id="overlayXBBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Use Feature toggles/flags
c) Introduce story points
[[A: Pair programming|XBBBCBA]]
[[B: Use Feature toggles/flags|XBBBCBB]]
[[C: Introduce story points|XBBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCC').style.display='flex';">
<div class="image-overlay" id="overlayXBBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Async standup once a week
c) No Deployment Fridays
[[A: Do a value stream mapping session|XBBBCCA]]
[[B: Async standup once a week|XBBBCCB]]
[[C: No Deployment Fridays|XBBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAA').style.display='flex';">
<div class="image-overlay" id="overlayXBBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Async standup once a week
c) Mob programming
[[A: Refine Definition of Done (DoD)|XBBCAAA]]
[[B: Async standup once a week|XBBCAAB]]
[[C: Mob programming|XBBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAB').style.display='flex';">
<div class="image-overlay" id="overlayXBBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Create a team canvas
c) Do a value stream mapping session
[[A: Async standup once a week|XBBCABA]]
[[B: Create a team canvas|XBBCABB]]
[[C: Do a value stream mapping session|XBBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAC').style.display='flex';">
<div class="image-overlay" id="overlayXBBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Start tracking % of planned vs unplanned work
c) Add columns to kanban board
[[A: Story point every backlog item|XBBCACA]]
[[B: Start tracking % of planned vs unplanned work|XBBCACB]]
[[C: Add columns to kanban board|XBBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBA').style.display='flex';">
<div class="image-overlay" id="overlayXBBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Switch from story points to time-based estimation
c) Do a value stream mapping session
[[A: Track velocity more rigorously|XBBCBAA]]
[[B: Switch from story points to time-based estimation|XBBCBAB]]
[[C: Do a value stream mapping session|XBBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBB').style.display='flex';">
<div class="image-overlay" id="overlayXBBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Track velocity more rigorously
c) Introduce WIP limits
[[A: Create a team canvas|XBBCBBA]]
[[B: Track velocity more rigorously|XBBCBBB]]
[[C: Introduce WIP limits|XBBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBC').style.display='flex';">
<div class="image-overlay" id="overlayXBBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Do a value stream mapping session
c) Introduce Definition of Ready (DoR)
[[A: Mob programming|XBBCBCA]]
[[B: Do a value stream mapping session|XBBCBCB]]
[[C: Introduce Definition of Ready (DoR)|XBBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCA').style.display='flex';">
<div class="image-overlay" id="overlayXBBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Async standup once a week
c) Estimate using t-shirt sizing
[[A: Create a team canvas|XBBCCAA]]
[[B: Async standup once a week|XBBCCAB]]
[[C: Estimate using t-shirt sizing|XBBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCB').style.display='flex';">
<div class="image-overlay" id="overlayXBBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Estimate using t-shirt sizing
c) Add columns to kanban board
[[A: Using flow metrics on a daily basis|XBBCCBA]]
[[B: Estimate using t-shirt sizing|XBBCCBB]]
[[C: Add columns to kanban board|XBBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCC').style.display='flex';">
<div class="image-overlay" id="overlayXBBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Add columns to kanban board
c) Async standup once a week
[[A: Estimate using t-shirt sizing|XBBCCCA]]
[[B: Add columns to kanban board|XBBCCCB]]
[[C: Async standup once a week|XBBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAA').style.display='flex';">
<div class="image-overlay" id="overlayXBCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Do a value stream mapping session
c) Async standup once a week
[[A: Switch from story points to time-based estimation|XBCAAAA]]
[[B: Do a value stream mapping session|XBCAAAB]]
[[C: Async standup once a week|XBCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAB').style.display='flex';">
<div class="image-overlay" id="overlayXBCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Designated focus time
c) Estimate everything in hours
[[A: Add a Teams/Slack bot to remind people to update Jira|XBCAABA]]
[[B: Designated focus time|XBCAABB]]
[[C: Estimate everything in hours|XBCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAC').style.display='flex';">
<div class="image-overlay" id="overlayXBCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Add a Teams/Slack bot to remind people to update Jira
c) Introduce story points
[[A: Increase WIP limits|XBCAACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBCAACB]]
[[C: Introduce story points|XBCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABA').style.display='flex';">
<div class="image-overlay" id="overlayXBCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Introduce story points
c) Rotating the Scrum Master this sprint
[[A: Start tracking % of planned vs unplanned work|XBCABAA]]
[[B: Introduce story points|XBCABAB]]
[[C: Rotating the Scrum Master this sprint|XBCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABB').style.display='flex';">
<div class="image-overlay" id="overlayXBCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Moving from Kanban to Scrum
c) Using flow metrics on a daily basis
[[A: Pair programming|XBCABBA]]
[[B: Moving from Kanban to Scrum|XBCABBB]]
[[C: Using flow metrics on a daily basis|XBCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABC').style.display='flex';">
<div class="image-overlay" id="overlayXBCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Using flow metrics on a daily basis
c) Story point every backlog item
[[A: Increase WIP limits|XBCABCA]]
[[B: Using flow metrics on a daily basis|XBCABCB]]
[[C: Story point every backlog item|XBCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACA').style.display='flex';">
<div class="image-overlay" id="overlayXBCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Mob programming
c) Introduce Definition of Ready (DoR)
[[A: Rightsize work items to be <85th percentile|XBCACAA]]
[[B: Mob programming|XBCACAB]]
[[C: Introduce Definition of Ready (DoR)|XBCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACB').style.display='flex';">
<div class="image-overlay" id="overlayXBCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Refine Definition of Done (DoD)
c) Adding tasks to stories
[[A: Add columns to kanban board|XBCACBA]]
[[B: Refine Definition of Done (DoD)|XBCACBB]]
[[C: Adding tasks to stories|XBCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACC').style.display='flex';">
<div class="image-overlay" id="overlayXBCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Create a team canvas
c) Using flow metrics in retrospectives
[[A: Introduce story points|XBCACCA]]
[[B: Create a team canvas|XBCACCB]]
[[C: Using flow metrics in retrospectives|XBCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAA').style.display='flex';">
<div class="image-overlay" id="overlayXBCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Add columns to kanban board
c) Moving from Scrum to Kanban
[[A: Pair programming|XBCBAAA]]
[[B: Add columns to kanban board|XBCBAAB]]
[[C: Moving from Scrum to Kanban|XBCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAB').style.display='flex';">
<div class="image-overlay" id="overlayXBCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Async standup once a week
c) Introduce WIP limits
[[A: Pair programming|XBCBABA]]
[[B: Async standup once a week|XBCBABB]]
[[C: Introduce WIP limits|XBCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAC').style.display='flex';">
<div class="image-overlay" id="overlayXBCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Story point every backlog item
c) Introduce WIP limits
[[A: Lower WIP limits|XBCBACA]]
[[B: Story point every backlog item|XBCBACB]]
[[C: Introduce WIP limits|XBCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBA').style.display='flex';">
<div class="image-overlay" id="overlayXBCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Add a Teams/Slack bot to remind people to update Jira
c) Using flow metrics in retrospectives
[[A: Introduce story points|XBCBBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBCBBAB]]
[[C: Using flow metrics in retrospectives|XBCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBB').style.display='flex';">
<div class="image-overlay" id="overlayXBCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Refine Definition of Done (DoD)
c) Introduce story points
[[A: Track velocity more rigorously|XBCBBBA]]
[[B: Refine Definition of Done (DoD)|XBCBBBB]]
[[C: Introduce story points|XBCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBC').style.display='flex';">
<div class="image-overlay" id="overlayXBCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Async standup once a week
c) Do a value stream mapping session
[[A: Pair programming|XBCBBCA]]
[[B: Async standup once a week|XBCBBCB]]
[[C: Do a value stream mapping session|XBCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCA').style.display='flex';">
<div class="image-overlay" id="overlayXBCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Do a value stream mapping session
c) Lower WIP limits
[[A: Use Work Item Age to prioritise daily work|XBCBCAA]]
[[B: Do a value stream mapping session|XBCBCAB]]
[[C: Lower WIP limits|XBCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCB').style.display='flex';">
<div class="image-overlay" id="overlayXBCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Adding tasks to stories
c) Rightsize work items to be <85th percentile
[[A: Story point every backlog item|XBCBCBA]]
[[B: Adding tasks to stories|XBCBCBB]]
[[C: Rightsize work items to be <85th percentile|XBCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCC').style.display='flex';">
<div class="image-overlay" id="overlayXBCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Lower WIP limits
c) Estimate everything in hours
[[A: Track velocity more rigorously|XBCBCCA]]
[[B: Lower WIP limits|XBCBCCB]]
[[C: Estimate everything in hours|XBCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAA').style.display='flex';">
<div class="image-overlay" id="overlayXBCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Longer planning sessions
c) Create a team canvas
[[A: Start tracking % of planned vs unplanned work|XBCCAAA]]
[[B: Longer planning sessions|XBCCAAB]]
[[C: Create a team canvas|XBCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAB').style.display='flex';">
<div class="image-overlay" id="overlayXBCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Rotating the Scrum Master this sprint
c) Adding tasks to stories
[[A: Estimate everything in hours|XBCCABA]]
[[B: Rotating the Scrum Master this sprint|XBCCABB]]
[[C: Adding tasks to stories|XBCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAC').style.display='flex';">
<div class="image-overlay" id="overlayXBCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Longer planning sessions
c) Increase WIP limits
[[A: Story point every backlog item|XBCCACA]]
[[B: Longer planning sessions|XBCCACB]]
[[C: Increase WIP limits|XBCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBA').style.display='flex';">
<div class="image-overlay" id="overlayXBCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Moving from Scrum to Kanban
c) Use Feature toggles/flags
[[A: Switch from story points to time-based estimation|XBCCBAA]]
[[B: Moving from Scrum to Kanban|XBCCBAB]]
[[C: Use Feature toggles/flags|XBCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBB').style.display='flex';">
<div class="image-overlay" id="overlayXBCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Designated focus time
c) Use Feature toggles/flags
[[A: Create a team canvas|XBCCBBA]]
[[B: Designated focus time|XBCCBBB]]
[[C: Use Feature toggles/flags|XBCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBC').style.display='flex';">
<div class="image-overlay" id="overlayXBCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Start tracking % of planned vs unplanned work
c) Introduce story points
[[A: Introduce WIP limits|XBCCBCA]]
[[B: Start tracking % of planned vs unplanned work|XBCCBCB]]
[[C: Introduce story points|XBCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCA').style.display='flex';">
<div class="image-overlay" id="overlayXBCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Introduce Definition of Ready (DoR)
c) Pair programming
[[A: Re-estimating the backlog|XBCCCAA]]
[[B: Introduce Definition of Ready (DoR)|XBCCCAB]]
[[C: Pair programming|XBCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCB').style.display='flex';">
<div class="image-overlay" id="overlayXBCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Rotating the Scrum Master this sprint
c) No Deployment Fridays
[[A: Estimate everything in hours|XBCCCBA]]
[[B: Rotating the Scrum Master this sprint|XBCCCBB]]
[[C: No Deployment Fridays|XBCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XBCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCC').style.display='flex';">
<div class="image-overlay" id="overlayXBCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Do a value stream mapping session
c) Lower WIP limits
[[A: Introduce story points|XBCCCCA]]
[[B: Do a value stream mapping session|XBCCCCB]]
[[C: Lower WIP limits|XBCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAA').style.display='flex';">
<div class="image-overlay" id="overlayXCAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Pair programming
c) Start tracking % of planned vs unplanned work
[[A: Estimate everything in hours|XCAAAAA]]
[[B: Pair programming|XCAAAAB]]
[[C: Start tracking % of planned vs unplanned work|XCAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAB').style.display='flex';">
<div class="image-overlay" id="overlayXCAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Moving from Scrum to Kanban
c) Use Feature toggles/flags
[[A: Moving from Kanban to Scrum|XCAAABA]]
[[B: Moving from Scrum to Kanban|XCAAABB]]
[[C: Use Feature toggles/flags|XCAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAC').style.display='flex';">
<div class="image-overlay" id="overlayXCAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Using flow metrics on a daily basis
c) Increase WIP limits
[[A: Moving from Scrum to Kanban|XCAAACA]]
[[B: Using flow metrics on a daily basis|XCAAACB]]
[[C: Increase WIP limits|XCAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABA').style.display='flex';">
<div class="image-overlay" id="overlayXCAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Re-estimating the backlog
c) Async standup once a week
[[A: Mob programming|XCAABAA]]
[[B: Re-estimating the backlog|XCAABAB]]
[[C: Async standup once a week|XCAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABB').style.display='flex';">
<div class="image-overlay" id="overlayXCAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Re-estimating the backlog
c) Introduce story points
[[A: Use Work Item Age to prioritise daily work|XCAABBA]]
[[B: Re-estimating the backlog|XCAABBB]]
[[C: Introduce story points|XCAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABC').style.display='flex';">
<div class="image-overlay" id="overlayXCAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Rotating the Scrum Master this sprint
c) Adding tasks to stories
[[A: Increase WIP limits|XCAABCA]]
[[B: Rotating the Scrum Master this sprint|XCAABCB]]
[[C: Adding tasks to stories|XCAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACA').style.display='flex';">
<div class="image-overlay" id="overlayXCAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Introduce Definition of Ready (DoR)
c) Add columns to kanban board
[[A: Designated "in-person" office days|XCAACAA]]
[[B: Introduce Definition of Ready (DoR)|XCAACAB]]
[[C: Add columns to kanban board|XCAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACB').style.display='flex';">
<div class="image-overlay" id="overlayXCAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Refine Definition of Done (DoD)
c) Longer planning sessions
[[A: Using flow metrics in retrospectives|XCAACBA]]
[[B: Refine Definition of Done (DoD)|XCAACBB]]
[[C: Longer planning sessions|XCAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACC').style.display='flex';">
<div class="image-overlay" id="overlayXCAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Do a value stream mapping session
c) Story point every backlog item
[[A: Estimate everything in hours|XCAACCA]]
[[B: Do a value stream mapping session|XCAACCB]]
[[C: Story point every backlog item|XCAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAA').style.display='flex';">
<div class="image-overlay" id="overlayXCABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Use Work Item Age to prioritise daily work
c) Lower WIP limits
[[A: Add columns to kanban board|XCABAAA]]
[[B: Use Work Item Age to prioritise daily work|XCABAAB]]
[[C: Lower WIP limits|XCABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAB').style.display='flex';">
<div class="image-overlay" id="overlayXCABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Designated focus time
c) Longer planning sessions
[[A: Do a value stream mapping session|XCABABA]]
[[B: Designated focus time|XCABABB]]
[[C: Longer planning sessions|XCABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAC').style.display='flex';">
<div class="image-overlay" id="overlayXCABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Mob programming
c) Adding tasks to stories
[[A: Using flow metrics in retrospectives|XCABACA]]
[[B: Mob programming|XCABACB]]
[[C: Adding tasks to stories|XCABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBA').style.display='flex';">
<div class="image-overlay" id="overlayXCABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) No Deployment Fridays
c) Start tracking % of planned vs unplanned work
[[A: Refine Definition of Done (DoD)|XCABBAA]]
[[B: No Deployment Fridays|XCABBAB]]
[[C: Start tracking % of planned vs unplanned work|XCABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBB').style.display='flex';">
<div class="image-overlay" id="overlayXCABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Use Feature toggles/flags
c) Rotating the Scrum Master this sprint
[[A: Switch from story points to time-based estimation|XCABBBA]]
[[B: Use Feature toggles/flags|XCABBBB]]
[[C: Rotating the Scrum Master this sprint|XCABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBC').style.display='flex';">
<div class="image-overlay" id="overlayXCABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Re-estimating the backlog
c) Moving from Scrum to Kanban
[[A: Using flow metrics in retrospectives|XCABBCA]]
[[B: Re-estimating the backlog|XCABBCB]]
[[C: Moving from Scrum to Kanban|XCABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCA').style.display='flex';">
<div class="image-overlay" id="overlayXCABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Using flow metrics on a daily basis
c) Estimate everything in hours
[[A: Add a Teams/Slack bot to remind people to update Jira|XCABCAA]]
[[B: Using flow metrics on a daily basis|XCABCAB]]
[[C: Estimate everything in hours|XCABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCB').style.display='flex';">
<div class="image-overlay" id="overlayXCABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Estimate everything in hours
c) Use Feature toggles/flags
[[A: Using flow metrics in retrospectives|XCABCBA]]
[[B: Estimate everything in hours|XCABCBB]]
[[C: Use Feature toggles/flags|XCABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCC').style.display='flex';">
<div class="image-overlay" id="overlayXCABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Switch from story points to time-based estimation
c) Designated "in-person" office days
[[A: Add a Teams/Slack bot to remind people to update Jira|XCABCCA]]
[[B: Switch from story points to time-based estimation|XCABCCB]]
[[C: Designated "in-person" office days|XCABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAA').style.display='flex';">
<div class="image-overlay" id="overlayXCACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Add a Teams/Slack bot to remind people to update Jira
c) Async standup once a week
[[A: No Deployment Fridays|XCACAAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCACAAB]]
[[C: Async standup once a week|XCACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAB').style.display='flex';">
<div class="image-overlay" id="overlayXCACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Estimate using t-shirt sizing
c) Using flow metrics in retrospectives
[[A: Story point every backlog item|XCACABA]]
[[B: Estimate using t-shirt sizing|XCACABB]]
[[C: Using flow metrics in retrospectives|XCACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAC').style.display='flex';">
<div class="image-overlay" id="overlayXCACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Introduce Definition of Ready (DoR)
c) Introduce WIP limits
[[A: Designated focus time|XCACACA]]
[[B: Introduce Definition of Ready (DoR)|XCACACB]]
[[C: Introduce WIP limits|XCACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBA').style.display='flex';">
<div class="image-overlay" id="overlayXCACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) No Deployment Fridays
c) Increase WIP limits
[[A: Estimate using t-shirt sizing|XCACBAA]]
[[B: No Deployment Fridays|XCACBAB]]
[[C: Increase WIP limits|XCACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBB').style.display='flex';">
<div class="image-overlay" id="overlayXCACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Moving from Kanban to Scrum
c) Rotating the Scrum Master this sprint
[[A: Add a Teams/Slack bot to remind people to update Jira|XCACBBA]]
[[B: Moving from Kanban to Scrum|XCACBBB]]
[[C: Rotating the Scrum Master this sprint|XCACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBC').style.display='flex';">
<div class="image-overlay" id="overlayXCACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Re-estimating the backlog
c) Mob programming
[[A: Introduce story points|XCACBCA]]
[[B: Re-estimating the backlog|XCACBCB]]
[[C: Mob programming|XCACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCA').style.display='flex';">
<div class="image-overlay" id="overlayXCACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Use Feature toggles/flags
c) Introduce WIP limits
[[A: Use Work Item Age to prioritise daily work|XCACCAA]]
[[B: Use Feature toggles/flags|XCACCAB]]
[[C: Introduce WIP limits|XCACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCB').style.display='flex';">
<div class="image-overlay" id="overlayXCACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Mob programming
c) Designated "in-person" office days
[[A: Lower WIP limits|XCACCBA]]
[[B: Mob programming|XCACCBB]]
[[C: Designated "in-person" office days|XCACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCC').style.display='flex';">
<div class="image-overlay" id="overlayXCACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Do a value stream mapping session
c) Re-estimating the backlog
[[A: Adding tasks to stories|XCACCCA]]
[[B: Do a value stream mapping session|XCACCCB]]
[[C: Re-estimating the backlog|XCACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAA').style.display='flex';">
<div class="image-overlay" id="overlayXCBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Track velocity more rigorously
c) Introduce WIP limits
[[A: Introduce Definition of Ready (DoR)|XCBAAAA]]
[[B: Track velocity more rigorously|XCBAAAB]]
[[C: Introduce WIP limits|XCBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAB').style.display='flex';">
<div class="image-overlay" id="overlayXCBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Moving from Scrum to Kanban
c) Add columns to kanban board
[[A: Longer planning sessions|XCBAABA]]
[[B: Moving from Scrum to Kanban|XCBAABB]]
[[C: Add columns to kanban board|XCBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAC').style.display='flex';">
<div class="image-overlay" id="overlayXCBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Lower WIP limits
c) Designated focus time
[[A: Introduce WIP limits|XCBAACA]]
[[B: Lower WIP limits|XCBAACB]]
[[C: Designated focus time|XCBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABA').style.display='flex';">
<div class="image-overlay" id="overlayXCBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Rotating the Scrum Master this sprint
c) Cameras on in every meeting
[[A: Pair programming|XCBABAA]]
[[B: Rotating the Scrum Master this sprint|XCBABAB]]
[[C: Cameras on in every meeting|XCBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABB').style.display='flex';">
<div class="image-overlay" id="overlayXCBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Mob programming
c) Use Feature toggles/flags
[[A: Re-estimating the backlog|XCBABBA]]
[[B: Mob programming|XCBABBB]]
[[C: Use Feature toggles/flags|XCBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABC').style.display='flex';">
<div class="image-overlay" id="overlayXCBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Story point every backlog item
c) Longer planning sessions
[[A: Estimate everything in hours|XCBABCA]]
[[B: Story point every backlog item|XCBABCB]]
[[C: Longer planning sessions|XCBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACA').style.display='flex';">
<div class="image-overlay" id="overlayXCBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Rotating the Scrum Master this sprint
c) Using flow metrics on a daily basis
[[A: Pair programming|XCBACAA]]
[[B: Rotating the Scrum Master this sprint|XCBACAB]]
[[C: Using flow metrics on a daily basis|XCBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACB').style.display='flex';">
<div class="image-overlay" id="overlayXCBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Refine Definition of Done (DoD)
c) Re-estimating the backlog
[[A: Add columns to kanban board|XCBACBA]]
[[B: Refine Definition of Done (DoD)|XCBACBB]]
[[C: Re-estimating the backlog|XCBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACC').style.display='flex';">
<div class="image-overlay" id="overlayXCBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Story point every backlog item
c) Increase WIP limits
[[A: Mob programming|XCBACCA]]
[[B: Story point every backlog item|XCBACCB]]
[[C: Increase WIP limits|XCBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAA').style.display='flex';">
<div class="image-overlay" id="overlayXCBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Create a team canvas
c) Moving from Scrum to Kanban
[[A: Story point every backlog item|XCBBAAA]]
[[B: Create a team canvas|XCBBAAB]]
[[C: Moving from Scrum to Kanban|XCBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAB').style.display='flex';">
<div class="image-overlay" id="overlayXCBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Using flow metrics in retrospectives
c) Add columns to kanban board
[[A: Using flow metrics on a daily basis|XCBBABA]]
[[B: Using flow metrics in retrospectives|XCBBABB]]
[[C: Add columns to kanban board|XCBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAC').style.display='flex';">
<div class="image-overlay" id="overlayXCBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Adding tasks to stories
c) Cameras on in every meeting
[[A: Track velocity more rigorously|XCBBACA]]
[[B: Adding tasks to stories|XCBBACB]]
[[C: Cameras on in every meeting|XCBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBA').style.display='flex';">
<div class="image-overlay" id="overlayXCBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Using flow metrics on a daily basis
c) Increase WIP limits
[[A: Use Feature toggles/flags|XCBBBAA]]
[[B: Using flow metrics on a daily basis|XCBBBAB]]
[[C: Increase WIP limits|XCBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBB').style.display='flex';">
<div class="image-overlay" id="overlayXCBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Using flow metrics on a daily basis
c) Use Work Item Age to prioritise daily work
[[A: Add a Teams/Slack bot to remind people to update Jira|XCBBBBA]]
[[B: Using flow metrics on a daily basis|XCBBBBB]]
[[C: Use Work Item Age to prioritise daily work|XCBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBC').style.display='flex';">
<div class="image-overlay" id="overlayXCBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Moving from Scrum to Kanban
c) Introduce story points
[[A: Re-estimating the backlog|XCBBBCA]]
[[B: Moving from Scrum to Kanban|XCBBBCB]]
[[C: Introduce story points|XCBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCA').style.display='flex';">
<div class="image-overlay" id="overlayXCBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Estimate everything in hours
c) Use Work Item Age to prioritise daily work
[[A: Increase WIP limits|XCBBCAA]]
[[B: Estimate everything in hours|XCBBCAB]]
[[C: Use Work Item Age to prioritise daily work|XCBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCB').style.display='flex';">
<div class="image-overlay" id="overlayXCBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Designated "in-person" office days
c) Designated focus time
[[A: Increase WIP limits|XCBBCBA]]
[[B: Designated "in-person" office days|XCBBCBB]]
[[C: Designated focus time|XCBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCC').style.display='flex';">
<div class="image-overlay" id="overlayXCBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Lower WIP limits
c) Pair programming
[[A: Add columns to kanban board|XCBBCCA]]
[[B: Lower WIP limits|XCBBCCB]]
[[C: Pair programming|XCBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAA').style.display='flex';">
<div class="image-overlay" id="overlayXCBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Adding tasks to stories
c) Start tracking % of planned vs unplanned work
[[A: Async standup once a week|XCBCAAA]]
[[B: Adding tasks to stories|XCBCAAB]]
[[C: Start tracking % of planned vs unplanned work|XCBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAB').style.display='flex';">
<div class="image-overlay" id="overlayXCBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Refine Definition of Done (DoD)
c) Designated focus time
[[A: Moving from Kanban to Scrum|XCBCABA]]
[[B: Refine Definition of Done (DoD)|XCBCABB]]
[[C: Designated focus time|XCBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAC').style.display='flex';">
<div class="image-overlay" id="overlayXCBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Using flow metrics in retrospectives
c) Designated focus time
[[A: Use Work Item Age to prioritise daily work|XCBCACA]]
[[B: Using flow metrics in retrospectives|XCBCACB]]
[[C: Designated focus time|XCBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBA').style.display='flex';">
<div class="image-overlay" id="overlayXCBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Add a Teams/Slack bot to remind people to update Jira
c) Lower WIP limits
[[A: Designated "in-person" office days|XCBCBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCBCBAB]]
[[C: Lower WIP limits|XCBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBB').style.display='flex';">
<div class="image-overlay" id="overlayXCBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Using flow metrics on a daily basis
c) No Deployment Fridays
[[A: Moving from Scrum to Kanban|XCBCBBA]]
[[B: Using flow metrics on a daily basis|XCBCBBB]]
[[C: No Deployment Fridays|XCBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBC').style.display='flex';">
<div class="image-overlay" id="overlayXCBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Adding tasks to stories
c) Lower WIP limits
[[A: Pair programming|XCBCBCA]]
[[B: Adding tasks to stories|XCBCBCB]]
[[C: Lower WIP limits|XCBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCA').style.display='flex';">
<div class="image-overlay" id="overlayXCBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Add a Teams/Slack bot to remind people to update Jira
c) Switch from story points to time-based estimation
[[A: Refine Definition of Done (DoD)|XCBCCAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCBCCAB]]
[[C: Switch from story points to time-based estimation|XCBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCB').style.display='flex';">
<div class="image-overlay" id="overlayXCBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Story point every backlog item
c) Rotating the Scrum Master this sprint
[[A: Use Feature toggles/flags|XCBCCBA]]
[[B: Story point every backlog item|XCBCCBB]]
[[C: Rotating the Scrum Master this sprint|XCBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCC').style.display='flex';">
<div class="image-overlay" id="overlayXCBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Cameras on in every meeting
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Pair programming|XCBCCCA]]
[[B: Cameras on in every meeting|XCBCCCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAA').style.display='flex';">
<div class="image-overlay" id="overlayXCCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Estimate using t-shirt sizing
c) Pair programming
[[A: Add columns to kanban board|XCCAAAA]]
[[B: Estimate using t-shirt sizing|XCCAAAB]]
[[C: Pair programming|XCCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAB').style.display='flex';">
<div class="image-overlay" id="overlayXCCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Adding tasks to stories
c) Rotating the Scrum Master this sprint
[[A: Async standup once a week|XCCAABA]]
[[B: Adding tasks to stories|XCCAABB]]
[[C: Rotating the Scrum Master this sprint|XCCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAC').style.display='flex';">
<div class="image-overlay" id="overlayXCCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Using flow metrics on a daily basis
c) Do a value stream mapping session
[[A: Use Feature toggles/flags|XCCAACA]]
[[B: Using flow metrics on a daily basis|XCCAACB]]
[[C: Do a value stream mapping session|XCCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABA').style.display='flex';">
<div class="image-overlay" id="overlayXCCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Create a team canvas
c) Adding tasks to stories
[[A: No Deployment Fridays|XCCABAA]]
[[B: Create a team canvas|XCCABAB]]
[[C: Adding tasks to stories|XCCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABB').style.display='flex';">
<div class="image-overlay" id="overlayXCCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Re-estimating the backlog
c) Using flow metrics on a daily basis
[[A: Adding tasks to stories|XCCABBA]]
[[B: Re-estimating the backlog|XCCABBB]]
[[C: Using flow metrics on a daily basis|XCCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABC').style.display='flex';">
<div class="image-overlay" id="overlayXCCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Increase WIP limits
c) Moving from Kanban to Scrum
[[A: Cameras on in every meeting|XCCABCA]]
[[B: Increase WIP limits|XCCABCB]]
[[C: Moving from Kanban to Scrum|XCCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACA').style.display='flex';">
<div class="image-overlay" id="overlayXCCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Introduce Definition of Ready (DoR)
c) Rotating the Scrum Master this sprint
[[A: Add a Teams/Slack bot to remind people to update Jira|XCCACAA]]
[[B: Introduce Definition of Ready (DoR)|XCCACAB]]
[[C: Rotating the Scrum Master this sprint|XCCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACB').style.display='flex';">
<div class="image-overlay" id="overlayXCCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Add a Teams/Slack bot to remind people to update Jira
c) Use Feature toggles/flags
[[A: Introduce WIP limits|XCCACBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCACBB]]
[[C: Use Feature toggles/flags|XCCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACC').style.display='flex';">
<div class="image-overlay" id="overlayXCCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Estimate everything in hours
c) Track velocity more rigorously
[[A: Rotating the Scrum Master this sprint|XCCACCA]]
[[B: Estimate everything in hours|XCCACCB]]
[[C: Track velocity more rigorously|XCCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAA').style.display='flex';">
<div class="image-overlay" id="overlayXCCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Async standup once a week
c) Rotating the Scrum Master this sprint
[[A: Moving from Scrum to Kanban|XCCBAAA]]
[[B: Async standup once a week|XCCBAAB]]
[[C: Rotating the Scrum Master this sprint|XCCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAB').style.display='flex';">
<div class="image-overlay" id="overlayXCCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Increase WIP limits
c) Use Feature toggles/flags
[[A: Designated "in-person" office days|XCCBABA]]
[[B: Increase WIP limits|XCCBABB]]
[[C: Use Feature toggles/flags|XCCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAC').style.display='flex';">
<div class="image-overlay" id="overlayXCCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Moving from Scrum to Kanban
c) Mob programming
[[A: Moving from Kanban to Scrum|XCCBACA]]
[[B: Moving from Scrum to Kanban|XCCBACB]]
[[C: Mob programming|XCCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBA').style.display='flex';">
<div class="image-overlay" id="overlayXCCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Async standup once a week
c) Use Work Item Age to prioritise daily work
[[A: Designated "in-person" office days|XCCBBAA]]
[[B: Async standup once a week|XCCBBAB]]
[[C: Use Work Item Age to prioritise daily work|XCCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBB').style.display='flex';">
<div class="image-overlay" id="overlayXCCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Use Feature toggles/flags
c) Introduce story points
[[A: Story point every backlog item|XCCBBBA]]
[[B: Use Feature toggles/flags|XCCBBBB]]
[[C: Introduce story points|XCCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBC').style.display='flex';">
<div class="image-overlay" id="overlayXCCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Add a Teams/Slack bot to remind people to update Jira
c) Switch from story points to time-based estimation
[[A: Start tracking % of planned vs unplanned work|XCCBBCA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCBBCB]]
[[C: Switch from story points to time-based estimation|XCCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCA').style.display='flex';">
<div class="image-overlay" id="overlayXCCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Longer planning sessions
c) Rightsize work items to be <85th percentile
[[A: Adding tasks to stories|XCCBCAA]]
[[B: Longer planning sessions|XCCBCAB]]
[[C: Rightsize work items to be <85th percentile|XCCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCB').style.display='flex';">
<div class="image-overlay" id="overlayXCCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Introduce Definition of Ready (DoR)
c) Rightsize work items to be <85th percentile
[[A: Create a team canvas|XCCBCBA]]
[[B: Introduce Definition of Ready (DoR)|XCCBCBB]]
[[C: Rightsize work items to be <85th percentile|XCCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCC').style.display='flex';">
<div class="image-overlay" id="overlayXCCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Moving from Kanban to Scrum
c) Designated "in-person" office days
[[A: Lower WIP limits|XCCBCCA]]
[[B: Moving from Kanban to Scrum|XCCBCCB]]
[[C: Designated "in-person" office days|XCCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAA').style.display='flex';">
<div class="image-overlay" id="overlayXCCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Create a team canvas
c) Increase WIP limits
[[A: Rightsize work items to be <85th percentile|XCCCAAA]]
[[B: Create a team canvas|XCCCAAB]]
[[C: Increase WIP limits|XCCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAB').style.display='flex';">
<div class="image-overlay" id="overlayXCCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Use Work Item Age to prioritise daily work
c) Introduce story points
[[A: Moving from Scrum to Kanban|XCCCABA]]
[[B: Use Work Item Age to prioritise daily work|XCCCABB]]
[[C: Introduce story points|XCCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAC').style.display='flex';">
<div class="image-overlay" id="overlayXCCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Use Feature toggles/flags
c) Switch from story points to time-based estimation
[[A: Introduce WIP limits|XCCCACA]]
[[B: Use Feature toggles/flags|XCCCACB]]
[[C: Switch from story points to time-based estimation|XCCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBA').style.display='flex';">
<div class="image-overlay" id="overlayXCCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Moving from Kanban to Scrum
c) Async standup once a week
[[A: Longer planning sessions|XCCCBAA]]
[[B: Moving from Kanban to Scrum|XCCCBAB]]
[[C: Async standup once a week|XCCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBB').style.display='flex';">
<div class="image-overlay" id="overlayXCCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Start tracking % of planned vs unplanned work
c) Rotating the Scrum Master this sprint
[[A: Switch from story points to time-based estimation|XCCCBBA]]
[[B: Start tracking % of planned vs unplanned work|XCCCBBB]]
[[C: Rotating the Scrum Master this sprint|XCCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBC').style.display='flex';">
<div class="image-overlay" id="overlayXCCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Cameras on in every meeting
c) Story point every backlog item
[[A: Longer planning sessions|XCCCBCA]]
[[B: Cameras on in every meeting|XCCCBCB]]
[[C: Story point every backlog item|XCCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCA').style.display='flex';">
<div class="image-overlay" id="overlayXCCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCA.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Start tracking % of planned vs unplanned work
c) Switch from story points to time-based estimation
[[A: No Deployment Fridays|XCCCCAA]]
[[B: Start tracking % of planned vs unplanned work|XCCCCAB]]
[[C: Switch from story points to time-based estimation|XCCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCB').style.display='flex';">
<div class="image-overlay" id="overlayXCCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCB.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Moving from Scrum to Kanban
c) Use Work Item Age to prioritise daily work
[[A: Track velocity more rigorously|XCCCCBA]]
[[B: Moving from Scrum to Kanban|XCCCCBB]]
[[C: Use Work Item Age to prioritise daily work|XCCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>XCCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCC').style.display='flex';">
<div class="image-overlay" id="overlayXCCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCC.png" alt="Zoomed metrics">
</div>
<p>Choose one of the following experiments to try next:</p>
You chose - Continue using Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Introduce Definition of Ready (DoR)
c) Create a team canvas
[[A: Do a value stream mapping session|XCCCCCA]]
[[B: Introduce Definition of Ready (DoR)|XCCCCCB]]
[[C: Create a team canvas|XCCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>Here are the final flow metrics compared with where your team was originally:</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAAAAAA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">FInal Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png"
alt="Flow metrics XAAAAAA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XAAAAAA -->
<div class="image-overlay" id="overlayXA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png" alt="Zoomed metrics XA">
</div>
The three months of improving flow are now over, but what has been the impact of your changes?
[[Let's look at a final summary for the team...->XAAAAAAFinal]]
<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue to focus on Work Item Age in standups</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Lower WIP limits
c) Continue using Increase WIP limits
[[A: Introduce story points|XAAAAABA]]
[[B: Lower WIP limits|XAAAAABB]]
[[C: Continue using Increase WIP limits|XAAAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Introduce Definition of Ready (DoR)
c) Continue using Increase WIP limits
[[A: Use Work Item Age to prioritise daily work|XAAAAACA]]
[[B: Introduce Definition of Ready (DoR)|XAAAAACB]]
[[C: Continue using Increase WIP limits|XAAAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Increase WIP limits
c) Longer planning sessions
[[A: Continue using Do a value stream mapping session|XAAAABAA]]
[[B: Increase WIP limits|XAAAABAB]]
[[C: Longer planning sessions|XAAAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Do a value stream mapping session
[[A: Story point every backlog item|XAAAABBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAAAABBB]]
[[C: Continue using Do a value stream mapping session|XAAAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Cameras on in every meeting
c) Continue using Do a value stream mapping session
[[A: Increase WIP limits|XAAAABCA]]
[[B: Cameras on in every meeting|XAAAABCB]]
[[C: Continue using Do a value stream mapping session|XAAAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Rotating the Scrum Master this sprint
c) Continue using Mob programming
[[A: Start tracking % of planned vs unplanned work|XAAAACAA]]
[[B: Rotating the Scrum Master this sprint|XAAAACAB]]
[[C: Continue using Mob programming|XAAAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Mob programming
b) Introduce story points
c) Rightsize work items to be <85th percentile
[[A: Continue using Mob programming|XAAAACBA]]
[[B: Introduce story points|XAAAACBB]]
[[C: Rightsize work items to be <85th percentile|XAAAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Mob programming
b) Use Work Item Age to prioritise daily work
c) Start tracking % of planned vs unplanned work
[[A: Continue using Mob programming|XAAAACCA]]
[[B: Use Work Item Age to prioritise daily work|XAAAACCB]]
[[C: Start tracking % of planned vs unplanned work|XAAAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Designated focus time
c) Rotating the Scrum Master this sprint
[[A: Switch from story points to time-based estimation|XAAABAAA]]
[[B: Continue using Designated focus time|XAAABAAB]]
[[C: Rotating the Scrum Master this sprint|XAAABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Use Work Item Age to prioritise daily work
c) Using flow metrics in retrospectives
[[A: Continue using Designated focus time|XAAABABA]]
[[B: Use Work Item Age to prioritise daily work|XAAABABB]]
[[C: Using flow metrics in retrospectives|XAAABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Using flow metrics on a daily basis
c) Continue using Designated focus time
[[A: Create a team canvas|XAAABACA]]
[[B: Using flow metrics on a daily basis|XAAABACB]]
[[C: Continue using Designated focus time|XAAABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Async standup once a week
c) Estimate using t-shirt sizing
[[A: Continue using Introduce Definition of Ready (DoR)|XAAABBAA]]
[[B: Async standup once a week|XAAABBAB]]
[[C: Estimate using t-shirt sizing|XAAABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Designated "in-person" office days
c) Continue using Introduce Definition of Ready (DoR)
[[A: Use Work Item Age to prioritise daily work|XAAABBBA]]
[[B: Designated "in-person" office days|XAAABBBB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XAAABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Add columns to kanban board
c) Do a value stream mapping session
[[A: Continue using Introduce Definition of Ready (DoR)|XAAABBCA]]
[[B: Add columns to kanban board|XAAABBCB]]
[[C: Do a value stream mapping session|XAAABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Rightsize work items to be <85th percentile
c) Do a value stream mapping session
[[A: Continue using Estimate everything in hours|XAAABCAA]]
[[B: Rightsize work items to be <85th percentile|XAAABCAB]]
[[C: Do a value stream mapping session|XAAABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Rightsize work items to be <85th percentile
c) Continue using Estimate everything in hours
[[A: Adding tasks to stories|XAAABCBA]]
[[B: Rightsize work items to be <85th percentile|XAAABCBB]]
[[C: Continue using Estimate everything in hours|XAAABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Use Feature toggles/flags
c) Continue using Estimate everything in hours
[[A: Refine Definition of Done (DoD)|XAAABCCA]]
[[B: Use Feature toggles/flags|XAAABCCB]]
[[C: Continue using Estimate everything in hours|XAAABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Lower WIP limits
b) Re-estimating the backlog
c) No Deployment Fridays
[[A: Continue using Lower WIP limits|XAAACAAA]]
[[B: Re-estimating the backlog|XAAACAAB]]
[[C: No Deployment Fridays|XAAACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Lower WIP limits
c) Use Feature toggles/flags
[[A: Add columns to kanban board|XAAACABA]]
[[B: Continue using Lower WIP limits|XAAACABB]]
[[C: Use Feature toggles/flags|XAAACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Adding tasks to stories
c) Continue using Lower WIP limits
[[A: Add columns to kanban board|XAAACACA]]
[[B: Adding tasks to stories|XAAACACB]]
[[C: Continue using Lower WIP limits|XAAACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Lower WIP limits
c) Rotating the Scrum Master this sprint
[[A: Story point every backlog item|XAAACBAA]]
[[B: Continue using Lower WIP limits|XAAACBAB]]
[[C: Rotating the Scrum Master this sprint|XAAACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Refine Definition of Done (DoD)
c) Continue using Lower WIP limits
[[A: Story point every backlog item|XAAACBBA]]
[[B: Refine Definition of Done (DoD)|XAAACBBB]]
[[C: Continue using Lower WIP limits|XAAACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Continue using Lower WIP limits
c) Start tracking % of planned vs unplanned work
[[A: Async standup once a week|XAAACBCA]]
[[B: Continue using Lower WIP limits|XAAACBCB]]
[[C: Start tracking % of planned vs unplanned work|XAAACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Track velocity more rigorously
c) Continue using Introduce Definition of Ready (DoR)
[[A: Introduce story points|XAAACCAA]]
[[B: Track velocity more rigorously|XAAACCAB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XAAACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Using flow metrics on a daily basis
c) Continue using Introduce Definition of Ready (DoR)
[[A: Moving from Kanban to Scrum|XAAACCBA]]
[[B: Using flow metrics on a daily basis|XAAACCBB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XAAACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Introduce Definition of Ready (DoR)
[[A: Designated "in-person" office days|XAAACCCA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAAACCCB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XAAACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Track velocity more rigorously
c) Continue using Moving from Kanban to Scrum
[[A: Introduce WIP limits|XAABAAAA]]
[[B: Track velocity more rigorously|XAABAAAB]]
[[C: Continue using Moving from Kanban to Scrum|XAABAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Moving from Kanban to Scrum
c) Rightsize work items to be <85th percentile
[[A: Refine Definition of Done (DoD)|XAABAABA]]
[[B: Continue using Moving from Kanban to Scrum|XAABAABB]]
[[C: Rightsize work items to be <85th percentile|XAABAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Increase WIP limits
c) Continue using Moving from Kanban to Scrum
[[A: No Deployment Fridays|XAABAACA]]
[[B: Increase WIP limits|XAABAACB]]
[[C: Continue using Moving from Kanban to Scrum|XAABAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Estimate everything in hours
c) Switch from story points to time-based estimation
[[A: Introduce WIP limits|XAABABAA]]
[[B: Continue using Estimate everything in hours|XAABABAB]]
[[C: Switch from story points to time-based estimation|XAABABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Longer planning sessions
c) Continue using Estimate everything in hours
[[A: Estimate using t-shirt sizing|XAABABBA]]
[[B: Longer planning sessions|XAABABBB]]
[[C: Continue using Estimate everything in hours|XAABABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Using flow metrics on a daily basis
c) Adding tasks to stories
[[A: Continue using Estimate everything in hours|XAABABCA]]
[[B: Using flow metrics on a daily basis|XAABABCB]]
[[C: Adding tasks to stories|XAABABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Cameras on in every meeting
b) Story point every backlog item
c) Use Feature toggles/flags
[[A: Continue using Cameras on in every meeting|XAABACAA]]
[[B: Story point every backlog item|XAABACAB]]
[[C: Use Feature toggles/flags|XAABACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Introduce Definition of Ready (DoR)
c) Continue using Cameras on in every meeting
[[A: Do a value stream mapping session|XAABACBA]]
[[B: Introduce Definition of Ready (DoR)|XAABACBB]]
[[C: Continue using Cameras on in every meeting|XAABACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Cameras on in every meeting
c) Rotating the Scrum Master this sprint
[[A: Start tracking % of planned vs unplanned work|XAABACCA]]
[[B: Continue using Cameras on in every meeting|XAABACCB]]
[[C: Rotating the Scrum Master this sprint|XAABACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add columns to kanban board
b) Introduce Definition of Ready (DoR)
c) Story point every backlog item
[[A: Continue using Add columns to kanban board|XAABBAAA]]
[[B: Introduce Definition of Ready (DoR)|XAABBAAB]]
[[C: Story point every backlog item|XAABBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Add columns to kanban board
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Track velocity more rigorously|XAABBABA]]
[[B: Continue using Add columns to kanban board|XAABBABB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XAABBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Increase WIP limits
c) Continue using Add columns to kanban board
[[A: Rotating the Scrum Master this sprint|XAABBACA]]
[[B: Increase WIP limits|XAABBACB]]
[[C: Continue using Add columns to kanban board|XAABBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Increase WIP limits
c) Introduce Definition of Ready (DoR)
[[A: Continue using Start tracking % of planned vs unplanned work|XAABBBAA]]
[[B: Increase WIP limits|XAABBBAB]]
[[C: Introduce Definition of Ready (DoR)|XAABBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Cameras on in every meeting
c) Continue using Start tracking % of planned vs unplanned work
[[A: Use Feature toggles/flags|XAABBBBA]]
[[B: Cameras on in every meeting|XAABBBBB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XAABBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) No Deployment Fridays
c) Continue using Start tracking % of planned vs unplanned work
[[A: Switch from story points to time-based estimation|XAABBBCA]]
[[B: No Deployment Fridays|XAABBBCB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XAABBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Add columns to kanban board
c) Continue using Introduce Definition of Ready (DoR)
[[A: Using flow metrics in retrospectives|XAABBCAA]]
[[B: Add columns to kanban board|XAABBCAB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XAABBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Introduce Definition of Ready (DoR)
c) Start tracking % of planned vs unplanned work
[[A: Re-estimating the backlog|XAABBCBA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XAABBCBB]]
[[C: Start tracking % of planned vs unplanned work|XAABBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Track velocity more rigorously
c) Designated focus time
[[A: Continue using Introduce Definition of Ready (DoR)|XAABBCCA]]
[[B: Track velocity more rigorously|XAABBCCB]]
[[C: Designated focus time|XAABBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Cameras on in every meeting
c) Add columns to kanban board
[[A: Continue using Moving from Scrum to Kanban|XAABCAAA]]
[[B: Cameras on in every meeting|XAABCAAB]]
[[C: Add columns to kanban board|XAABCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Moving from Scrum to Kanban
c) Estimate everything in hours
[[A: Do a value stream mapping session|XAABCABA]]
[[B: Continue using Moving from Scrum to Kanban|XAABCABB]]
[[C: Estimate everything in hours|XAABCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Moving from Scrum to Kanban
[[A: Use Work Item Age to prioritise daily work|XAABCACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XAABCACB]]
[[C: Continue using Moving from Scrum to Kanban|XAABCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Moving from Scrum to Kanban
c) Introduce WIP limits
[[A: Introduce story points|XAABCBAA]]
[[B: Continue using Moving from Scrum to Kanban|XAABCBAB]]
[[C: Introduce WIP limits|XAABCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Increase WIP limits
c) Continue using Moving from Scrum to Kanban
[[A: Re-estimating the backlog|XAABCBBA]]
[[B: Increase WIP limits|XAABCBBB]]
[[C: Continue using Moving from Scrum to Kanban|XAABCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Moving from Scrum to Kanban
c) Introduce story points
[[A: Rotating the Scrum Master this sprint|XAABCBCA]]
[[B: Continue using Moving from Scrum to Kanban|XAABCBCB]]
[[C: Introduce story points|XAABCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add a Teams/Slack bot to remind people to update Jira
b) Adding tasks to stories
c) Re-estimating the backlog
[[A: Continue using Add a Teams/Slack bot to remind people to update Jira|XAABCCAA]]
[[B: Adding tasks to stories|XAABCCAB]]
[[C: Re-estimating the backlog|XAABCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Use Work Item Age to prioritise daily work
[[A: Estimate using t-shirt sizing|XAABCCBA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XAABCCBB]]
[[C: Use Work Item Age to prioritise daily work|XAABCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add a Teams/Slack bot to remind people to update Jira
b) Refine Definition of Done (DoD)
c) Async standup once a week
[[A: Continue using Add a Teams/Slack bot to remind people to update Jira|XAABCCCA]]
[[B: Refine Definition of Done (DoD)|XAABCCCB]]
[[C: Async standup once a week|XAABCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Longer planning sessions
c) Continue using Designated "in-person" office days
[[A: Cameras on in every meeting|XAACAAAA]]
[[B: Longer planning sessions|XAACAAAB]]
[[C: Continue using Designated "in-person" office days|XAACAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Designated "in-person" office days
c) Switch from story points to time-based estimation
[[A: Moving from Kanban to Scrum|XAACAABA]]
[[B: Continue using Designated "in-person" office days|XAACAABB]]
[[C: Switch from story points to time-based estimation|XAACAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Continue using Designated "in-person" office days
c) Add columns to kanban board
[[A: Estimate using t-shirt sizing|XAACAACA]]
[[B: Continue using Designated "in-person" office days|XAACAACB]]
[[C: Add columns to kanban board|XAACAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Rotating the Scrum Master this sprint
c) Continue using Introduce WIP limits
[[A: Estimate using t-shirt sizing|XAACABAA]]
[[B: Rotating the Scrum Master this sprint|XAACABAB]]
[[C: Continue using Introduce WIP limits|XAACABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Cameras on in every meeting
c) Continue using Introduce WIP limits
[[A: Add columns to kanban board|XAACABBA]]
[[B: Cameras on in every meeting|XAACABBB]]
[[C: Continue using Introduce WIP limits|XAACABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Introduce WIP limits
c) Refine Definition of Done (DoD)
[[A: Start tracking % of planned vs unplanned work|XAACABCA]]
[[B: Continue using Introduce WIP limits|XAACABCB]]
[[C: Refine Definition of Done (DoD)|XAACABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Switch from story points to time-based estimation
c) Rightsize work items to be <85th percentile
[[A: Do a value stream mapping session|XAACACAA]]
[[B: Continue using Switch from story points to time-based estimation|XAACACAB]]
[[C: Rightsize work items to be <85th percentile|XAACACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Refine Definition of Done (DoD)
c) Continue using Switch from story points to time-based estimation
[[A: Use Feature toggles/flags|XAACACBA]]
[[B: Refine Definition of Done (DoD)|XAACACBB]]
[[C: Continue using Switch from story points to time-based estimation|XAACACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Switch from story points to time-based estimation
c) Longer planning sessions
[[A: Using flow metrics in retrospectives|XAACACCA]]
[[B: Continue using Switch from story points to time-based estimation|XAACACCB]]
[[C: Longer planning sessions|XAACACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Longer planning sessions
[[A: Start tracking % of planned vs unplanned work|XAACBAAA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XAACBAAB]]
[[C: Longer planning sessions|XAACBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Async standup once a week
[[A: Introduce Definition of Ready (DoR)|XAACBABA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XAACBABB]]
[[C: Async standup once a week|XAACBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Designated focus time
[[A: Create a team canvas|XAACBACA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XAACBACB]]
[[C: Designated focus time|XAACBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Increase WIP limits
c) Continue using Estimate using t-shirt sizing
[[A: Cameras on in every meeting|XAACBBAA]]
[[B: Increase WIP limits|XAACBBAB]]
[[C: Continue using Estimate using t-shirt sizing|XAACBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Track velocity more rigorously
c) Continue using Estimate using t-shirt sizing
[[A: Rightsize work items to be <85th percentile|XAACBBBA]]
[[B: Track velocity more rigorously|XAACBBBB]]
[[C: Continue using Estimate using t-shirt sizing|XAACBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Estimate using t-shirt sizing
c) Designated "in-person" office days
[[A: Rotating the Scrum Master this sprint|XAACBBCA]]
[[B: Continue using Estimate using t-shirt sizing|XAACBBCB]]
[[C: Designated "in-person" office days|XAACBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add columns to kanban board
b) Longer planning sessions
c) Track velocity more rigorously
[[A: Continue using Add columns to kanban board|XAACBCAA]]
[[B: Longer planning sessions|XAACBCAB]]
[[C: Track velocity more rigorously|XAACBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Re-estimating the backlog
c) Continue using Add columns to kanban board
[[A: Add a Teams/Slack bot to remind people to update Jira|XAACBCBA]]
[[B: Re-estimating the backlog|XAACBCBB]]
[[C: Continue using Add columns to kanban board|XAACBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Lower WIP limits
c) Continue using Add columns to kanban board
[[A: Use Feature toggles/flags|XAACBCCA]]
[[B: Lower WIP limits|XAACBCCB]]
[[C: Continue using Add columns to kanban board|XAACBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Switch from story points to time-based estimation
c) Introduce Definition of Ready (DoR)
[[A: Cameras on in every meeting|XAACCAAA]]
[[B: Continue using Switch from story points to time-based estimation|XAACCAAB]]
[[C: Introduce Definition of Ready (DoR)|XAACCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Switch from story points to time-based estimation
c) Do a value stream mapping session
[[A: Adding tasks to stories|XAACCABA]]
[[B: Continue using Switch from story points to time-based estimation|XAACCABB]]
[[C: Do a value stream mapping session|XAACCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Using flow metrics on a daily basis
c) Continue using Switch from story points to time-based estimation
[[A: Start tracking % of planned vs unplanned work|XAACCACA]]
[[B: Using flow metrics on a daily basis|XAACCACB]]
[[C: Continue using Switch from story points to time-based estimation|XAACCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Introduce story points
c) Continue using Moving from Kanban to Scrum
[[A: Designated focus time|XAACCBAA]]
[[B: Introduce story points|XAACCBAB]]
[[C: Continue using Moving from Kanban to Scrum|XAACCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Kanban to Scrum
b) Estimate everything in hours
c) Rotating the Scrum Master this sprint
[[A: Continue using Moving from Kanban to Scrum|XAACCBBA]]
[[B: Estimate everything in hours|XAACCBBB]]
[[C: Rotating the Scrum Master this sprint|XAACCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Moving from Kanban to Scrum
c) Pair programming
[[A: Rightsize work items to be <85th percentile|XAACCBCA]]
[[B: Continue using Moving from Kanban to Scrum|XAACCBCB]]
[[C: Pair programming|XAACCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Async standup once a week
c) Continue using Introduce WIP limits
[[A: Add a Teams/Slack bot to remind people to update Jira|XAACCCAA]]
[[B: Async standup once a week|XAACCCAB]]
[[C: Continue using Introduce WIP limits|XAACCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Continue using Introduce WIP limits
c) Cameras on in every meeting
[[A: Using flow metrics on a daily basis|XAACCCBA]]
[[B: Continue using Introduce WIP limits|XAACCCBB]]
[[C: Cameras on in every meeting|XAACCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Moving from Kanban to Scrum
c) Continue using Introduce WIP limits
[[A: Cameras on in every meeting|XAACCCCA]]
[[B: Moving from Kanban to Scrum|XAACCCCB]]
[[C: Continue using Introduce WIP limits|XAACCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Rotating the Scrum Master this sprint
c) Continue using Switch from story points to time-based estimation
[[A: Add a Teams/Slack bot to remind people to update Jira|XABAAAAA]]
[[B: Rotating the Scrum Master this sprint|XABAAAAB]]
[[C: Continue using Switch from story points to time-based estimation|XABAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Longer planning sessions
c) Continue using Switch from story points to time-based estimation
[[A: Adding tasks to stories|XABAAABA]]
[[B: Longer planning sessions|XABAAABB]]
[[C: Continue using Switch from story points to time-based estimation|XABAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) No Deployment Fridays
c) Continue using Switch from story points to time-based estimation
[[A: Add a Teams/Slack bot to remind people to update Jira|XABAAACA]]
[[B: No Deployment Fridays|XABAAACB]]
[[C: Continue using Switch from story points to time-based estimation|XABAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Introduce story points
c) Continue using Designated "in-person" office days
[[A: Start tracking % of planned vs unplanned work|XABAABAA]]
[[B: Introduce story points|XABAABAB]]
[[C: Continue using Designated "in-person" office days|XABAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Rotating the Scrum Master this sprint
c) Do a value stream mapping session
[[A: Continue using Designated "in-person" office days|XABAABBA]]
[[B: Rotating the Scrum Master this sprint|XABAABBB]]
[[C: Do a value stream mapping session|XABAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Cameras on in every meeting
c) Switch from story points to time-based estimation
[[A: Continue using Designated "in-person" office days|XABAABCA]]
[[B: Cameras on in every meeting|XABAABCB]]
[[C: Switch from story points to time-based estimation|XABAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Re-estimating the backlog
c) Continue using No Deployment Fridays
[[A: Track velocity more rigorously|XABAACAA]]
[[B: Re-estimating the backlog|XABAACAB]]
[[C: Continue using No Deployment Fridays|XABAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Moving from Kanban to Scrum
c) Continue using No Deployment Fridays
[[A: Start tracking % of planned vs unplanned work|XABAACBA]]
[[B: Moving from Kanban to Scrum|XABAACBB]]
[[C: Continue using No Deployment Fridays|XABAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Estimate using t-shirt sizing
c) Continue using No Deployment Fridays
[[A: Refine Definition of Done (DoD)|XABAACCA]]
[[B: Estimate using t-shirt sizing|XABAACCB]]
[[C: Continue using No Deployment Fridays|XABAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Track velocity more rigorously
b) Async standup once a week
c) Cameras on in every meeting
[[A: Continue using Track velocity more rigorously|XABABAAA]]
[[B: Async standup once a week|XABABAAB]]
[[C: Cameras on in every meeting|XABABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Track velocity more rigorously
b) Use Work Item Age to prioritise daily work
c) Designated "in-person" office days
[[A: Continue using Track velocity more rigorously|XABABABA]]
[[B: Use Work Item Age to prioritise daily work|XABABABB]]
[[C: Designated "in-person" office days|XABABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Track velocity more rigorously
c) Async standup once a week
[[A: Designated "in-person" office days|XABABACA]]
[[B: Continue using Track velocity more rigorously|XABABACB]]
[[C: Async standup once a week|XABABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Add a Teams/Slack bot to remind people to update Jira
c) Using flow metrics on a daily basis
[[A: Continue using Story point every backlog item|XABABBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABABBAB]]
[[C: Using flow metrics on a daily basis|XABABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Add columns to kanban board
c) Introduce story points
[[A: Continue using Story point every backlog item|XABABBBA]]
[[B: Add columns to kanban board|XABABBBB]]
[[C: Introduce story points|XABABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Story point every backlog item
c) Do a value stream mapping session
[[A: Introduce WIP limits|XABABBCA]]
[[B: Continue using Story point every backlog item|XABABBCB]]
[[C: Do a value stream mapping session|XABABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Using flow metrics on a daily basis
c) Continue using Moving from Scrum to Kanban
[[A: Story point every backlog item|XABABCAA]]
[[B: Using flow metrics on a daily basis|XABABCAB]]
[[C: Continue using Moving from Scrum to Kanban|XABABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Rightsize work items to be <85th percentile
c) Rotating the Scrum Master this sprint
[[A: Continue using Moving from Scrum to Kanban|XABABCBA]]
[[B: Rightsize work items to be <85th percentile|XABABCBB]]
[[C: Rotating the Scrum Master this sprint|XABABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Pair programming
c) Using flow metrics on a daily basis
[[A: Continue using Moving from Scrum to Kanban|XABABCCA]]
[[B: Pair programming|XABABCCB]]
[[C: Using flow metrics on a daily basis|XABABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Cameras on in every meeting
c) Add columns to kanban board
[[A: Introduce story points|XABACAAA]]
[[B: Continue using Cameras on in every meeting|XABACAAB]]
[[C: Add columns to kanban board|XABACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Estimate everything in hours
c) Continue using Cameras on in every meeting
[[A: Moving from Kanban to Scrum|XABACABA]]
[[B: Estimate everything in hours|XABACABB]]
[[C: Continue using Cameras on in every meeting|XABACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Introduce WIP limits
c) Continue using Cameras on in every meeting
[[A: Add columns to kanban board|XABACACA]]
[[B: Introduce WIP limits|XABACACB]]
[[C: Continue using Cameras on in every meeting|XABACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Switch from story points to time-based estimation
c) Async standup once a week
[[A: Continue using Start tracking % of planned vs unplanned work|XABACBAA]]
[[B: Switch from story points to time-based estimation|XABACBAB]]
[[C: Async standup once a week|XABACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Start tracking % of planned vs unplanned work
[[A: Using flow metrics on a daily basis|XABACBBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABACBBB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XABACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Start tracking % of planned vs unplanned work
c) Introduce story points
[[A: Adding tasks to stories|XABACBCA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XABACBCB]]
[[C: Introduce story points|XABACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Continue using Lower WIP limits
c) Longer planning sessions
[[A: Estimate using t-shirt sizing|XABACCAA]]
[[B: Continue using Lower WIP limits|XABACCAB]]
[[C: Longer planning sessions|XABACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Lower WIP limits
c) No Deployment Fridays
[[A: Create a team canvas|XABACCBA]]
[[B: Continue using Lower WIP limits|XABACCBB]]
[[C: No Deployment Fridays|XABACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Lower WIP limits
c) Track velocity more rigorously
[[A: Create a team canvas|XABACCCA]]
[[B: Continue using Lower WIP limits|XABACCCB]]
[[C: Track velocity more rigorously|XABACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Moving from Kanban to Scrum
c) Pair programming
[[A: Add a Teams/Slack bot to remind people to update Jira|XABBAAAA]]
[[B: Continue using Moving from Kanban to Scrum|XABBAAAB]]
[[C: Pair programming|XABBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Kanban to Scrum
b) No Deployment Fridays
c) Re-estimating the backlog
[[A: Continue using Moving from Kanban to Scrum|XABBAABA]]
[[B: No Deployment Fridays|XABBAABB]]
[[C: Re-estimating the backlog|XABBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Moving from Kanban to Scrum
c) Refine Definition of Done (DoD)
[[A: Longer planning sessions|XABBAACA]]
[[B: Continue using Moving from Kanban to Scrum|XABBAACB]]
[[C: Refine Definition of Done (DoD)|XABBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Use Work Item Age to prioritise daily work
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Create a team canvas|XABBABAA]]
[[B: Use Work Item Age to prioritise daily work|XABBABAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XABBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Create a team canvas
c) Re-estimating the backlog
[[A: Estimate everything in hours|XABBABBA]]
[[B: Continue using Create a team canvas|XABBABBB]]
[[C: Re-estimating the backlog|XABBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Introduce Definition of Ready (DoR)
c) Do a value stream mapping session
[[A: Continue using Create a team canvas|XABBABCA]]
[[B: Introduce Definition of Ready (DoR)|XABBABCB]]
[[C: Do a value stream mapping session|XABBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Refine Definition of Done (DoD)
c) Continue using Story point every backlog item
[[A: Track velocity more rigorously|XABBACAA]]
[[B: Refine Definition of Done (DoD)|XABBACAB]]
[[C: Continue using Story point every backlog item|XABBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Add a Teams/Slack bot to remind people to update Jira
c) Do a value stream mapping session
[[A: Continue using Story point every backlog item|XABBACBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABBACBB]]
[[C: Do a value stream mapping session|XABBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Designated focus time
c) Re-estimating the backlog
[[A: Continue using Story point every backlog item|XABBACCA]]
[[B: Designated focus time|XABBACCB]]
[[C: Re-estimating the backlog|XABBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Longer planning sessions
c) Continue using Create a team canvas
[[A: Rotating the Scrum Master this sprint|XABBBAAA]]
[[B: Longer planning sessions|XABBBAAB]]
[[C: Continue using Create a team canvas|XABBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Create a team canvas
c) Re-estimating the backlog
[[A: Estimate everything in hours|XABBBABA]]
[[B: Continue using Create a team canvas|XABBBABB]]
[[C: Re-estimating the backlog|XABBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Create a team canvas
c) Track velocity more rigorously
[[A: Moving from Scrum to Kanban|XABBBACA]]
[[B: Continue using Create a team canvas|XABBBACB]]
[[C: Track velocity more rigorously|XABBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Using flow metrics in retrospectives
c) Continue using Estimate using t-shirt sizing
[[A: Switch from story points to time-based estimation|XABBBBAA]]
[[B: Using flow metrics in retrospectives|XABBBBAB]]
[[C: Continue using Estimate using t-shirt sizing|XABBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Estimate using t-shirt sizing
c) Using flow metrics on a daily basis
[[A: Longer planning sessions|XABBBBBA]]
[[B: Continue using Estimate using t-shirt sizing|XABBBBBB]]
[[C: Using flow metrics on a daily basis|XABBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Estimate using t-shirt sizing
c) Using flow metrics in retrospectives
[[A: Add a Teams/Slack bot to remind people to update Jira|XABBBBCA]]
[[B: Continue using Estimate using t-shirt sizing|XABBBBCB]]
[[C: Using flow metrics in retrospectives|XABBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Track velocity more rigorously
c) Moving from Kanban to Scrum
[[A: Lower WIP limits|XABBBCAA]]
[[B: Continue using Track velocity more rigorously|XABBBCAB]]
[[C: Moving from Kanban to Scrum|XABBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Use Feature toggles/flags
c) Continue using Track velocity more rigorously
[[A: Introduce WIP limits|XABBBCBA]]
[[B: Use Feature toggles/flags|XABBBCBB]]
[[C: Continue using Track velocity more rigorously|XABBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) No Deployment Fridays
c) Continue using Track velocity more rigorously
[[A: Increase WIP limits|XABBBCCA]]
[[B: No Deployment Fridays|XABBBCCB]]
[[C: Continue using Track velocity more rigorously|XABBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Adding tasks to stories
[[A: Rightsize work items to be <85th percentile|XABBCAAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABBCAAB]]
[[C: Continue using Adding tasks to stories|XABBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Rightsize work items to be <85th percentile
c) Continue using Adding tasks to stories
[[A: Cameras on in every meeting|XABBCABA]]
[[B: Rightsize work items to be <85th percentile|XABBCABB]]
[[C: Continue using Adding tasks to stories|XABBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Designated focus time
c) Create a team canvas
[[A: Continue using Adding tasks to stories|XABBCACA]]
[[B: Designated focus time|XABBCACB]]
[[C: Create a team canvas|XABBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Create a team canvas
c) Rightsize work items to be <85th percentile
[[A: Moving from Scrum to Kanban|XABBCBAA]]
[[B: Continue using Create a team canvas|XABBCBAB]]
[[C: Rightsize work items to be <85th percentile|XABBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Create a team canvas
c) Use Work Item Age to prioritise daily work
[[A: Start tracking % of planned vs unplanned work|XABBCBBA]]
[[B: Continue using Create a team canvas|XABBCBBB]]
[[C: Use Work Item Age to prioritise daily work|XABBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Continue using Create a team canvas
c) Moving from Scrum to Kanban
[[A: Using flow metrics on a daily basis|XABBCBCA]]
[[B: Continue using Create a team canvas|XABBCBCB]]
[[C: Moving from Scrum to Kanban|XABBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Rotating the Scrum Master this sprint
c) Continue using Introduce story points
[[A: Start tracking % of planned vs unplanned work|XABBCCAA]]
[[B: Rotating the Scrum Master this sprint|XABBCCAB]]
[[C: Continue using Introduce story points|XABBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Async standup once a week
c) Continue using Introduce story points
[[A: Use Work Item Age to prioritise daily work|XABBCCBA]]
[[B: Async standup once a week|XABBCCBB]]
[[C: Continue using Introduce story points|XABBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Use Work Item Age to prioritise daily work
c) Estimate everything in hours
[[A: Continue using Introduce story points|XABBCCCA]]
[[B: Use Work Item Age to prioritise daily work|XABBCCCB]]
[[C: Estimate everything in hours|XABBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Using flow metrics on a daily basis
c) Estimate using t-shirt sizing
[[A: Continue using Designated focus time|XABCAAAA]]
[[B: Using flow metrics on a daily basis|XABCAAAB]]
[[C: Estimate using t-shirt sizing|XABCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Designated focus time
c) Introduce story points
[[A: Moving from Kanban to Scrum|XABCAABA]]
[[B: Continue using Designated focus time|XABCAABB]]
[[C: Introduce story points|XABCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Mob programming
c) Continue using Designated focus time
[[A: Moving from Kanban to Scrum|XABCAACA]]
[[B: Mob programming|XABCAACB]]
[[C: Continue using Designated focus time|XABCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Moving from Kanban to Scrum
c) Continue using Add columns to kanban board
[[A: Estimate using t-shirt sizing|XABCABAA]]
[[B: Moving from Kanban to Scrum|XABCABAB]]
[[C: Continue using Add columns to kanban board|XABCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Async standup once a week
c) Continue using Add columns to kanban board
[[A: Rotating the Scrum Master this sprint|XABCABBA]]
[[B: Async standup once a week|XABCABBB]]
[[C: Continue using Add columns to kanban board|XABCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Use Feature toggles/flags
c) Continue using Add columns to kanban board
[[A: Cameras on in every meeting|XABCABCA]]
[[B: Use Feature toggles/flags|XABCABCB]]
[[C: Continue using Add columns to kanban board|XABCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Rotating the Scrum Master this sprint
c) Designated focus time
[[A: Using flow metrics in retrospectives|XABCACAA]]
[[B: Continue using Rotating the Scrum Master this sprint|XABCACAB]]
[[C: Designated focus time|XABCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Story point every backlog item
c) Switch from story points to time-based estimation
[[A: Continue using Rotating the Scrum Master this sprint|XABCACBA]]
[[B: Story point every backlog item|XABCACBB]]
[[C: Switch from story points to time-based estimation|XABCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Cameras on in every meeting
c) Continue using Rotating the Scrum Master this sprint
[[A: Re-estimating the backlog|XABCACCA]]
[[B: Cameras on in every meeting|XABCACCB]]
[[C: Continue using Rotating the Scrum Master this sprint|XABCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Estimate using t-shirt sizing
c) Designated focus time
[[A: Create a team canvas|XABCBAAA]]
[[B: Continue using Estimate using t-shirt sizing|XABCBAAB]]
[[C: Designated focus time|XABCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Increase WIP limits
c) Continue using Estimate using t-shirt sizing
[[A: Introduce Definition of Ready (DoR)|XABCBABA]]
[[B: Increase WIP limits|XABCBABB]]
[[C: Continue using Estimate using t-shirt sizing|XABCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Estimate using t-shirt sizing
c) Adding tasks to stories
[[A: Moving from Scrum to Kanban|XABCBACA]]
[[B: Continue using Estimate using t-shirt sizing|XABCBACB]]
[[C: Adding tasks to stories|XABCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Longer planning sessions
c) Continue using Start tracking % of planned vs unplanned work
[[A: Story point every backlog item|XABCBBAA]]
[[B: Longer planning sessions|XABCBBAB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XABCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Start tracking % of planned vs unplanned work
[[A: Add columns to kanban board|XABCBBBA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XABCBBBB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XABCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Switch from story points to time-based estimation
c) Rotating the Scrum Master this sprint
[[A: Continue using Start tracking % of planned vs unplanned work|XABCBBCA]]
[[B: Switch from story points to time-based estimation|XABCBBCB]]
[[C: Rotating the Scrum Master this sprint|XABCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Adding tasks to stories
c) Continue using Track velocity more rigorously
[[A: Do a value stream mapping session|XABCBCAA]]
[[B: Adding tasks to stories|XABCBCAB]]
[[C: Continue using Track velocity more rigorously|XABCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Async standup once a week
c) Continue using Track velocity more rigorously
[[A: Create a team canvas|XABCBCBA]]
[[B: Async standup once a week|XABCBCBB]]
[[C: Continue using Track velocity more rigorously|XABCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Track velocity more rigorously
b) Estimate everything in hours
c) Rightsize work items to be <85th percentile
[[A: Continue using Track velocity more rigorously|XABCBCCA]]
[[B: Estimate everything in hours|XABCBCCB]]
[[C: Rightsize work items to be <85th percentile|XABCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Using flow metrics in retrospectives
c) Continue using Introduce WIP limits
[[A: Create a team canvas|XABCCAAA]]
[[B: Using flow metrics in retrospectives|XABCCAAB]]
[[C: Continue using Introduce WIP limits|XABCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Introduce WIP limits
c) Refine Definition of Done (DoD)
[[A: Switch from story points to time-based estimation|XABCCABA]]
[[B: Continue using Introduce WIP limits|XABCCABB]]
[[C: Refine Definition of Done (DoD)|XABCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Mob programming
c) Continue using Introduce WIP limits
[[A: Create a team canvas|XABCCACA]]
[[B: Mob programming|XABCCACB]]
[[C: Continue using Introduce WIP limits|XABCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Estimate using t-shirt sizing
c) Continue using Introduce Definition of Ready (DoR)
[[A: Using flow metrics on a daily basis|XABCCBAA]]
[[B: Estimate using t-shirt sizing|XABCCBAB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XABCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Estimate using t-shirt sizing
c) Continue using Introduce Definition of Ready (DoR)
[[A: Designated "in-person" office days|XABCCBBA]]
[[B: Estimate using t-shirt sizing|XABCCBBB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XABCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Story point every backlog item
c) Continue using Introduce Definition of Ready (DoR)
[[A: Rightsize work items to be <85th percentile|XABCCBCA]]
[[B: Story point every backlog item|XABCCBCB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XABCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Mob programming
c) Continue using Introduce story points
[[A: Rightsize work items to be <85th percentile|XABCCCAA]]
[[B: Mob programming|XABCCCAB]]
[[C: Continue using Introduce story points|XABCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Use Feature toggles/flags
c) Continue using Introduce story points
[[A: Do a value stream mapping session|XABCCCBA]]
[[B: Use Feature toggles/flags|XABCCCBB]]
[[C: Continue using Introduce story points|XABCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Introduce story points
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Use Feature toggles/flags|XABCCCCA]]
[[B: Continue using Introduce story points|XABCCCCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XABCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Async standup once a week
b) Rightsize work items to be <85th percentile
c) Introduce Definition of Ready (DoR)
[[A: Continue using Async standup once a week|XACAAAAA]]
[[B: Rightsize work items to be <85th percentile|XACAAAAB]]
[[C: Introduce Definition of Ready (DoR)|XACAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Increase WIP limits
c) Continue using Async standup once a week
[[A: Refine Definition of Done (DoD)|XACAAABA]]
[[B: Increase WIP limits|XACAAABB]]
[[C: Continue using Async standup once a week|XACAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) No Deployment Fridays
c) Continue using Async standup once a week
[[A: Lower WIP limits|XACAAACA]]
[[B: No Deployment Fridays|XACAAACB]]
[[C: Continue using Async standup once a week|XACAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Estimate using t-shirt sizing
c) Continue using Rightsize work items to be <85th percentile
[[A: No Deployment Fridays|XACAABAA]]
[[B: Estimate using t-shirt sizing|XACAABAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XACAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Rightsize work items to be <85th percentile
c) Moving from Scrum to Kanban
[[A: Using flow metrics in retrospectives|XACAABBA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACAABBB]]
[[C: Moving from Scrum to Kanban|XACAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Adding tasks to stories
c) Lower WIP limits
[[A: Continue using Rightsize work items to be <85th percentile|XACAABCA]]
[[B: Adding tasks to stories|XACAABCB]]
[[C: Lower WIP limits|XACAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Rightsize work items to be <85th percentile
c) Create a team canvas
[[A: Track velocity more rigorously|XACAACAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACAACAB]]
[[C: Create a team canvas|XACAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Rightsize work items to be <85th percentile
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Moving from Kanban to Scrum|XACAACBA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACAACBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XACAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Re-estimating the backlog
c) Mob programming
[[A: Continue using Rightsize work items to be <85th percentile|XACAACCA]]
[[B: Re-estimating the backlog|XACAACCB]]
[[C: Mob programming|XACAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Moving from Scrum to Kanban
c) Create a team canvas
[[A: Continue using Estimate everything in hours|XACABAAA]]
[[B: Moving from Scrum to Kanban|XACABAAB]]
[[C: Create a team canvas|XACABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Estimate everything in hours
c) Estimate using t-shirt sizing
[[A: Designated "in-person" office days|XACABABA]]
[[B: Continue using Estimate everything in hours|XACABABB]]
[[C: Estimate using t-shirt sizing|XACABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Designated "in-person" office days
c) Story point every backlog item
[[A: Continue using Estimate everything in hours|XACABACA]]
[[B: Designated "in-person" office days|XACABACB]]
[[C: Story point every backlog item|XACABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Using flow metrics in retrospectives
c) Continue using Rightsize work items to be <85th percentile
[[A: Longer planning sessions|XACABBAA]]
[[B: Using flow metrics in retrospectives|XACABBAB]]
[[C: Continue using Rightsize work items to be <85th percentile|XACABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Using flow metrics on a daily basis
c) Continue using Rightsize work items to be <85th percentile
[[A: Increase WIP limits|XACABBBA]]
[[B: Using flow metrics on a daily basis|XACABBBB]]
[[C: Continue using Rightsize work items to be <85th percentile|XACABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Rightsize work items to be <85th percentile
c) Using flow metrics in retrospectives
[[A: Estimate everything in hours|XACABBCA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACABBCB]]
[[C: Using flow metrics in retrospectives|XACABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Moving from Scrum to Kanban
c) Increase WIP limits
[[A: Switch from story points to time-based estimation|XACABCAA]]
[[B: Continue using Moving from Scrum to Kanban|XACABCAB]]
[[C: Increase WIP limits|XACABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Cameras on in every meeting
c) Adding tasks to stories
[[A: Continue using Moving from Scrum to Kanban|XACABCBA]]
[[B: Cameras on in every meeting|XACABCBB]]
[[C: Adding tasks to stories|XACABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Adding tasks to stories
c) Async standup once a week
[[A: Continue using Moving from Scrum to Kanban|XACABCCA]]
[[B: Adding tasks to stories|XACABCCB]]
[[C: Async standup once a week|XACABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Designated "in-person" office days
c) Rightsize work items to be <85th percentile
[[A: Introduce story points|XACACAAA]]
[[B: Continue using Designated "in-person" office days|XACACAAB]]
[[C: Rightsize work items to be <85th percentile|XACACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Designated "in-person" office days
c) Introduce WIP limits
[[A: Start tracking % of planned vs unplanned work|XACACABA]]
[[B: Continue using Designated "in-person" office days|XACACABB]]
[[C: Introduce WIP limits|XACACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Refine Definition of Done (DoD)
c) Moving from Kanban to Scrum
[[A: Continue using Designated "in-person" office days|XACACACA]]
[[B: Refine Definition of Done (DoD)|XACACACB]]
[[C: Moving from Kanban to Scrum|XACACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Feature toggles/flags
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Do a value stream mapping session|XACACBAA]]
[[B: Continue using Feature toggles/flags|XACACBAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XACACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Feature toggles/flags
c) Lower WIP limits
[[A: Do a value stream mapping session|XACACBBA]]
[[B: Continue using Feature toggles/flags|XACACBBB]]
[[C: Lower WIP limits|XACACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Feature toggles/flags
c) Using flow metrics on a daily basis
[[A: Create a team canvas|XACACBCA]]
[[B: Continue using Feature toggles/flags|XACACBCB]]
[[C: Using flow metrics on a daily basis|XACACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Add columns to kanban board
c) Continue using Do a value stream mapping session
[[A: Async standup once a week|XACACCAA]]
[[B: Add columns to kanban board|XACACCAB]]
[[C: Continue using Do a value stream mapping session|XACACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Do a value stream mapping session
c) Refine Definition of Done (DoD)
[[A: Add columns to kanban board|XACACCBA]]
[[B: Continue using Do a value stream mapping session|XACACCBB]]
[[C: Refine Definition of Done (DoD)|XACACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Do a value stream mapping session
c) Re-estimating the backlog
[[A: Pair programming|XACACCCA]]
[[B: Continue using Do a value stream mapping session|XACACCCB]]
[[C: Re-estimating the backlog|XACACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Introduce Definition of Ready (DoR)
c) Re-estimating the backlog
[[A: Introduce WIP limits|XACBAAAA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XACBAAAB]]
[[C: Re-estimating the backlog|XACBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Moving from Kanban to Scrum
c) Use Work Item Age to prioritise daily work
[[A: Continue using Introduce Definition of Ready (DoR)|XACBAABA]]
[[B: Moving from Kanban to Scrum|XACBAABB]]
[[C: Use Work Item Age to prioritise daily work|XACBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Longer planning sessions
c) Pair programming
[[A: Continue using Introduce Definition of Ready (DoR)|XACBAACA]]
[[B: Longer planning sessions|XACBAACB]]
[[C: Pair programming|XACBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Cameras on in every meeting
c) Story point every backlog item
[[A: Continue using Adding tasks to stories|XACBABAA]]
[[B: Cameras on in every meeting|XACBABAB]]
[[C: Story point every backlog item|XACBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Story point every backlog item
c) Introduce story points
[[A: Continue using Adding tasks to stories|XACBABBA]]
[[B: Story point every backlog item|XACBABBB]]
[[C: Introduce story points|XACBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Rotating the Scrum Master this sprint
c) Continue using Adding tasks to stories
[[A: Using flow metrics on a daily basis|XACBABCA]]
[[B: Rotating the Scrum Master this sprint|XACBABCB]]
[[C: Continue using Adding tasks to stories|XACBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Introduce WIP limits
c) Continue using Work Item Age to prioritise daily work
[[A: Designated focus time|XACBACAA]]
[[B: Introduce WIP limits|XACBACAB]]
[[C: Continue using Work Item Age to prioritise daily work|XACBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Work Item Age to prioritise daily work
b) Story point every backlog item
c) No Deployment Fridays
[[A: Continue using Work Item Age to prioritise daily work|XACBACBA]]
[[B: Story point every backlog item|XACBACBB]]
[[C: No Deployment Fridays|XACBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Work Item Age to prioritise daily work
c) Estimate using t-shirt sizing
[[A: Track velocity more rigorously|XACBACCA]]
[[B: Continue using Work Item Age to prioritise daily work|XACBACCB]]
[[C: Estimate using t-shirt sizing|XACBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Moving from Kanban to Scrum
c) Continue using Async standup once a week
[[A: Story point every backlog item|XACBBAAA]]
[[B: Moving from Kanban to Scrum|XACBBAAB]]
[[C: Continue using Async standup once a week|XACBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Switch from story points to time-based estimation
c) Continue using Async standup once a week
[[A: Estimate everything in hours|XACBBABA]]
[[B: Switch from story points to time-based estimation|XACBBABB]]
[[C: Continue using Async standup once a week|XACBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Track velocity more rigorously
c) Continue using Async standup once a week
[[A: Refine Definition of Done (DoD)|XACBBACA]]
[[B: Track velocity more rigorously|XACBBACB]]
[[C: Continue using Async standup once a week|XACBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Estimate everything in hours
c) Story point every backlog item
[[A: Continue using Create a team canvas|XACBBBAA]]
[[B: Estimate everything in hours|XACBBBAB]]
[[C: Story point every backlog item|XACBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Adding tasks to stories
c) Continue using Create a team canvas
[[A: Start tracking % of planned vs unplanned work|XACBBBBA]]
[[B: Adding tasks to stories|XACBBBBB]]
[[C: Continue using Create a team canvas|XACBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Estimate using t-shirt sizing
c) Continue using Create a team canvas
[[A: Introduce Definition of Ready (DoR)|XACBBBCA]]
[[B: Estimate using t-shirt sizing|XACBBBCB]]
[[C: Continue using Create a team canvas|XACBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Track velocity more rigorously
c) Do a value stream mapping session
[[A: Add columns to kanban board|XACBBCAA]]
[[B: Continue using Track velocity more rigorously|XACBBCAB]]
[[C: Do a value stream mapping session|XACBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Continue using Track velocity more rigorously
c) Mob programming
[[A: Estimate using t-shirt sizing|XACBBCBA]]
[[B: Continue using Track velocity more rigorously|XACBBCBB]]
[[C: Mob programming|XACBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Longer planning sessions
c) Continue using Track velocity more rigorously
[[A: Adding tasks to stories|XACBBCCA]]
[[B: Longer planning sessions|XACBBCCB]]
[[C: Continue using Track velocity more rigorously|XACBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Re-estimating the backlog
c) Create a team canvas
[[A: Continue using Designated "in-person" office days|XACBCAAA]]
[[B: Re-estimating the backlog|XACBCAAB]]
[[C: Create a team canvas|XACBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Add a Teams/Slack bot to remind people to update Jira
c) Moving from Scrum to Kanban
[[A: Continue using Designated "in-person" office days|XACBCABA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XACBCABB]]
[[C: Moving from Scrum to Kanban|XACBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Track velocity more rigorously
c) Moving from Scrum to Kanban
[[A: Continue using Designated "in-person" office days|XACBCACA]]
[[B: Track velocity more rigorously|XACBCACB]]
[[C: Moving from Scrum to Kanban|XACBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Mob programming
c) Continue using Estimate everything in hours
[[A: Story point every backlog item|XACBCBAA]]
[[B: Mob programming|XACBCBAB]]
[[C: Continue using Estimate everything in hours|XACBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Designated focus time
c) Use Work Item Age to prioritise daily work
[[A: Continue using Estimate everything in hours|XACBCBBA]]
[[B: Designated focus time|XACBCBBB]]
[[C: Use Work Item Age to prioritise daily work|XACBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Do a value stream mapping session
c) Continue using Estimate everything in hours
[[A: Refine Definition of Done (DoD)|XACBCBCA]]
[[B: Do a value stream mapping session|XACBCBCB]]
[[C: Continue using Estimate everything in hours|XACBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Do a value stream mapping session
c) Continue using Estimate using t-shirt sizing
[[A: Re-estimating the backlog|XACBCCAA]]
[[B: Do a value stream mapping session|XACBCCAB]]
[[C: Continue using Estimate using t-shirt sizing|XACBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Track velocity more rigorously
c) Continue using Estimate using t-shirt sizing
[[A: Moving from Scrum to Kanban|XACBCCBA]]
[[B: Track velocity more rigorously|XACBCCBB]]
[[C: Continue using Estimate using t-shirt sizing|XACBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate using t-shirt sizing
b) Switch from story points to time-based estimation
c) Estimate everything in hours
[[A: Continue using Estimate using t-shirt sizing|XACBCCCA]]
[[B: Switch from story points to time-based estimation|XACBCCCB]]
[[C: Estimate everything in hours|XACBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Track velocity more rigorously
b) No Deployment Fridays
c) Switch from story points to time-based estimation
[[A: Continue using Track velocity more rigorously|XACCAAAA]]
[[B: No Deployment Fridays|XACCAAAB]]
[[C: Switch from story points to time-based estimation|XACCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Track velocity more rigorously
c) Do a value stream mapping session
[[A: Re-estimating the backlog|XACCAABA]]
[[B: Continue using Track velocity more rigorously|XACCAABB]]
[[C: Do a value stream mapping session|XACCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Track velocity more rigorously
b) Estimate using t-shirt sizing
c) Pair programming
[[A: Continue using Track velocity more rigorously|XACCAACA]]
[[B: Estimate using t-shirt sizing|XACCAACB]]
[[C: Pair programming|XACCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Continue using Track velocity more rigorously
c) Estimate everything in hours
[[A: Increase WIP limits|XACCABAA]]
[[B: Continue using Track velocity more rigorously|XACCABAB]]
[[C: Estimate everything in hours|XACCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Track velocity more rigorously
c) Adding tasks to stories
[[A: Add a Teams/Slack bot to remind people to update Jira|XACCABBA]]
[[B: Continue using Track velocity more rigorously|XACCABBB]]
[[C: Adding tasks to stories|XACCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Track velocity more rigorously
c) Do a value stream mapping session
[[A: Add a Teams/Slack bot to remind people to update Jira|XACCABCA]]
[[B: Continue using Track velocity more rigorously|XACCABCB]]
[[C: Do a value stream mapping session|XACCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Longer planning sessions
c) Designated focus time
[[A: Continue using Estimate everything in hours|XACCACAA]]
[[B: Longer planning sessions|XACCACAB]]
[[C: Designated focus time|XACCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Introduce Definition of Ready (DoR)
c) Continue using Estimate everything in hours
[[A: Designated focus time|XACCACBA]]
[[B: Introduce Definition of Ready (DoR)|XACCACBB]]
[[C: Continue using Estimate everything in hours|XACCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Introduce story points
c) Continue using Estimate everything in hours
[[A: Start tracking % of planned vs unplanned work|XACCACCA]]
[[B: Introduce story points|XACCACCB]]
[[C: Continue using Estimate everything in hours|XACCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) Using flow metrics in retrospectives
c) Track velocity more rigorously
[[A: Continue using Re-estimating the backlog|XACCBAAA]]
[[B: Using flow metrics in retrospectives|XACCBAAB]]
[[C: Track velocity more rigorously|XACCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) Add columns to kanban board
c) Adding tasks to stories
[[A: Continue using Re-estimating the backlog|XACCBABA]]
[[B: Add columns to kanban board|XACCBABB]]
[[C: Adding tasks to stories|XACCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) Introduce story points
c) Using flow metrics in retrospectives
[[A: Continue using Re-estimating the backlog|XACCBACA]]
[[B: Introduce story points|XACCBACB]]
[[C: Using flow metrics in retrospectives|XACCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Rightsize work items to be <85th percentile
c) Cameras on in every meeting
[[A: Create a team canvas|XACCBBAA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACCBBAB]]
[[C: Cameras on in every meeting|XACCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rightsize work items to be <85th percentile
b) Refine Definition of Done (DoD)
c) Estimate everything in hours
[[A: Continue using Rightsize work items to be <85th percentile|XACCBBBA]]
[[B: Refine Definition of Done (DoD)|XACCBBBB]]
[[C: Estimate everything in hours|XACCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rightsize work items to be <85th percentile - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Rightsize work items to be <85th percentile
c) Adding tasks to stories
[[A: Mob programming|XACCBBCA]]
[[B: Continue using Rightsize work items to be <85th percentile|XACCBBCB]]
[[C: Adding tasks to stories|XACCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Using flow metrics in retrospectives
c) Continue using Refine Definition of Done (DoD)
[[A: Story point every backlog item|XACCBCAA]]
[[B: Using flow metrics in retrospectives|XACCBCAB]]
[[C: Continue using Refine Definition of Done (DoD)|XACCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Refine Definition of Done (DoD)
c) Longer planning sessions
[[A: Adding tasks to stories|XACCBCBA]]
[[B: Continue using Refine Definition of Done (DoD)|XACCBCBB]]
[[C: Longer planning sessions|XACCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Refine Definition of Done (DoD)
c) Designated "in-person" office days
[[A: Add columns to kanban board|XACCBCCA]]
[[B: Continue using Refine Definition of Done (DoD)|XACCBCCB]]
[[C: Designated "in-person" office days|XACCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Use Feature toggles/flags
c) Continue using Introduce WIP limits
[[A: Switch from story points to time-based estimation|XACCCAAA]]
[[B: Use Feature toggles/flags|XACCCAAB]]
[[C: Continue using Introduce WIP limits|XACCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Increase WIP limits
c) Continue using Introduce WIP limits
[[A: Start tracking % of planned vs unplanned work|XACCCABA]]
[[B: Increase WIP limits|XACCCABB]]
[[C: Continue using Introduce WIP limits|XACCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce WIP limits
b) Use Work Item Age to prioritise daily work
c) Rightsize work items to be <85th percentile
[[A: Continue using Introduce WIP limits|XACCCACA]]
[[B: Use Work Item Age to prioritise daily work|XACCCACB]]
[[C: Rightsize work items to be <85th percentile|XACCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Designated focus time
c) Re-estimating the backlog
[[A: Start tracking % of planned vs unplanned work|XACCCBAA]]
[[B: Continue using Designated focus time|XACCCBAB]]
[[C: Re-estimating the backlog|XACCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Async standup once a week
c) Continue using Designated focus time
[[A: Rotating the Scrum Master this sprint|XACCCBBA]]
[[B: Async standup once a week|XACCCBBB]]
[[C: Continue using Designated focus time|XACCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Lower WIP limits
c) Rightsize work items to be <85th percentile
[[A: Continue using Designated focus time|XACCCBCA]]
[[B: Lower WIP limits|XACCCBCB]]
[[C: Rightsize work items to be <85th percentile|XACCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Continue using Adding tasks to stories
c) Async standup once a week
[[A: Using flow metrics on a daily basis|XACCCCAA]]
[[B: Continue using Adding tasks to stories|XACCCCAB]]
[[C: Async standup once a week|XACCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Estimate everything in hours
c) Lower WIP limits
[[A: Continue using Adding tasks to stories|XACCCCBA]]
[[B: Estimate everything in hours|XACCCCBB]]
[[C: Lower WIP limits|XACCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Adding tasks to stories
c) Use Feature toggles/flags
[[A: Moving from Scrum to Kanban|XACCCCCA]]
[[B: Continue using Adding tasks to stories|XACCCCCB]]
[[C: Use Feature toggles/flags|XACCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Add columns to kanban board
c) Continue using Using flow metrics in retrospectives
[[A: Create a team canvas|XBAAAAAA]]
[[B: Add columns to kanban board|XBAAAAAB]]
[[C: Continue using Using flow metrics in retrospectives|XBAAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Rotating the Scrum Master this sprint
c) Continue using Using flow metrics in retrospectives
[[A: Pair programming|XBAAAABA]]
[[B: Rotating the Scrum Master this sprint|XBAAAABB]]
[[C: Continue using Using flow metrics in retrospectives|XBAAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Estimate using t-shirt sizing
c) Refine Definition of Done (DoD)
[[A: Continue using Using flow metrics in retrospectives|XBAAAACA]]
[[B: Estimate using t-shirt sizing|XBAAAACB]]
[[C: Refine Definition of Done (DoD)|XBAAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Async standup once a week
c) Pair programming
[[A: Continue using Introduce Definition of Ready (DoR)|XBAAABAA]]
[[B: Async standup once a week|XBAAABAB]]
[[C: Pair programming|XBAAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Introduce Definition of Ready (DoR)
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Introduce WIP limits|XBAAABBA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XBAAABBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBAAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Introduce Definition of Ready (DoR)
c) Lower WIP limits
[[A: Moving from Scrum to Kanban|XBAAABCA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XBAAABCB]]
[[C: Lower WIP limits|XBAAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Refine Definition of Done (DoD)
b) Introduce Definition of Ready (DoR)
c) Use Feature toggles/flags
[[A: Continue using Refine Definition of Done (DoD)|XBAAACAA]]
[[B: Introduce Definition of Ready (DoR)|XBAAACAB]]
[[C: Use Feature toggles/flags|XBAAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Refine Definition of Done (DoD)
c) Longer planning sessions
[[A: Introduce story points|XBAAACBA]]
[[B: Continue using Refine Definition of Done (DoD)|XBAAACBB]]
[[C: Longer planning sessions|XBAAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Refine Definition of Done (DoD)
c) Re-estimating the backlog
[[A: Introduce WIP limits|XBAAACCA]]
[[B: Continue using Refine Definition of Done (DoD)|XBAAACCB]]
[[C: Re-estimating the backlog|XBAAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Introduce WIP limits
c) Do a value stream mapping session
[[A: Continue using Story point every backlog item|XBAABAAA]]
[[B: Introduce WIP limits|XBAABAAB]]
[[C: Do a value stream mapping session|XBAABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Story point every backlog item
c) Use Work Item Age to prioritise daily work
[[A: Mob programming|XBAABABA]]
[[B: Continue using Story point every backlog item|XBAABABB]]
[[C: Use Work Item Age to prioritise daily work|XBAABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Story point every backlog item
c) Create a team canvas
[[A: Switch from story points to time-based estimation|XBAABACA]]
[[B: Continue using Story point every backlog item|XBAABACB]]
[[C: Create a team canvas|XBAABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Rotating the Scrum Master this sprint
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Introduce story points|XBAABBAA]]
[[B: Continue using Rotating the Scrum Master this sprint|XBAABBAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBAABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Introduce story points
c) Continue using Rotating the Scrum Master this sprint
[[A: Increase WIP limits|XBAABBBA]]
[[B: Introduce story points|XBAABBBB]]
[[C: Continue using Rotating the Scrum Master this sprint|XBAABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Rotating the Scrum Master this sprint
c) Adding tasks to stories
[[A: Longer planning sessions|XBAABBCA]]
[[B: Continue using Rotating the Scrum Master this sprint|XBAABBCB]]
[[C: Adding tasks to stories|XBAABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Introduce story points
c) Estimate everything in hours
[[A: Continue using Feature toggles/flags|XBAABCAA]]
[[B: Introduce story points|XBAABCAB]]
[[C: Estimate everything in hours|XBAABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Feature toggles/flags
c) Story point every backlog item
[[A: Designated "in-person" office days|XBAABCBA]]
[[B: Continue using Feature toggles/flags|XBAABCBB]]
[[C: Story point every backlog item|XBAABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) No Deployment Fridays
c) Continue using Feature toggles/flags
[[A: Rotating the Scrum Master this sprint|XBAABCCA]]
[[B: No Deployment Fridays|XBAABCCB]]
[[C: Continue using Feature toggles/flags|XBAABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Introduce story points
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Designated focus time|XBAACAAA]]
[[B: Continue using Introduce story points|XBAACAAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBAACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Introduce story points
c) Refine Definition of Done (DoD)
[[A: Using flow metrics in retrospectives|XBAACABA]]
[[B: Continue using Introduce story points|XBAACABB]]
[[C: Refine Definition of Done (DoD)|XBAACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Introduce story points
c) Increase WIP limits
[[A: Re-estimating the backlog|XBAACACA]]
[[B: Continue using Introduce story points|XBAACACB]]
[[C: Increase WIP limits|XBAACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Start tracking % of planned vs unplanned work
c) Mob programming
[[A: Re-estimating the backlog|XBAACBAA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XBAACBAB]]
[[C: Mob programming|XBAACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Continue using Start tracking % of planned vs unplanned work
c) Mob programming
[[A: Use Work Item Age to prioritise daily work|XBAACBBA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XBAACBBB]]
[[C: Mob programming|XBAACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Using flow metrics in retrospectives
c) Longer planning sessions
[[A: Continue using Start tracking % of planned vs unplanned work|XBAACBCA]]
[[B: Using flow metrics in retrospectives|XBAACBCB]]
[[C: Longer planning sessions|XBAACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Using flow metrics on a daily basis
c) Introduce WIP limits
[[A: Do a value stream mapping session|XBAACCAA]]
[[B: Continue using Using flow metrics on a daily basis|XBAACCAB]]
[[C: Introduce WIP limits|XBAACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Using flow metrics on a daily basis
c) Introduce WIP limits
[[A: Story point every backlog item|XBAACCBA]]
[[B: Continue using Using flow metrics on a daily basis|XBAACCBB]]
[[C: Introduce WIP limits|XBAACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Adding tasks to stories
c) Introduce story points
[[A: Continue using Using flow metrics on a daily basis|XBAACCCA]]
[[B: Adding tasks to stories|XBAACCCB]]
[[C: Introduce story points|XBAACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Increase WIP limits
c) Rotating the Scrum Master this sprint
[[A: Start tracking % of planned vs unplanned work|XBABAAAA]]
[[B: Continue using Increase WIP limits|XBABAAAB]]
[[C: Rotating the Scrum Master this sprint|XBABAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Increase WIP limits
c) Longer planning sessions
[[A: Re-estimating the backlog|XBABAABA]]
[[B: Continue using Increase WIP limits|XBABAABB]]
[[C: Longer planning sessions|XBABAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Introduce story points
c) Use Feature toggles/flags
[[A: Continue using Increase WIP limits|XBABAACA]]
[[B: Introduce story points|XBABAACB]]
[[C: Use Feature toggles/flags|XBABAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Introduce story points
c) Continue using Adding tasks to stories
[[A: Re-estimating the backlog|XBABABAA]]
[[B: Introduce story points|XBABABAB]]
[[C: Continue using Adding tasks to stories|XBABABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Adding tasks to stories
c) Rightsize work items to be <85th percentile
[[A: Introduce WIP limits|XBABABBA]]
[[B: Continue using Adding tasks to stories|XBABABBB]]
[[C: Rightsize work items to be <85th percentile|XBABABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Rightsize work items to be <85th percentile
c) Continue using Adding tasks to stories
[[A: Switch from story points to time-based estimation|XBABABCA]]
[[B: Rightsize work items to be <85th percentile|XBABABCB]]
[[C: Continue using Adding tasks to stories|XBABABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Moving from Scrum to Kanban
c) Adding tasks to stories
[[A: Add a Teams/Slack bot to remind people to update Jira|XBABACAA]]
[[B: Continue using Moving from Scrum to Kanban|XBABACAB]]
[[C: Adding tasks to stories|XBABACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Increase WIP limits
c) Using flow metrics in retrospectives
[[A: Continue using Moving from Scrum to Kanban|XBABACBA]]
[[B: Increase WIP limits|XBABACBB]]
[[C: Using flow metrics in retrospectives|XBABACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Moving from Kanban to Scrum
c) Introduce story points
[[A: Continue using Moving from Scrum to Kanban|XBABACCA]]
[[B: Moving from Kanban to Scrum|XBABACCB]]
[[C: Introduce story points|XBABACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Use Work Item Age to prioritise daily work
c) Continue using Moving from Kanban to Scrum
[[A: Add columns to kanban board|XBABBAAA]]
[[B: Use Work Item Age to prioritise daily work|XBABBAAB]]
[[C: Continue using Moving from Kanban to Scrum|XBABBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Moving from Kanban to Scrum
c) Introduce story points
[[A: Add a Teams/Slack bot to remind people to update Jira|XBABBABA]]
[[B: Continue using Moving from Kanban to Scrum|XBABBABB]]
[[C: Introduce story points|XBABBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Story point every backlog item
c) Continue using Moving from Kanban to Scrum
[[A: Create a team canvas|XBABBACA]]
[[B: Story point every backlog item|XBABBACB]]
[[C: Continue using Moving from Kanban to Scrum|XBABBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Story point every backlog item
c) Async standup once a week
[[A: Continue using Using flow metrics on a daily basis|XBABBBAA]]
[[B: Story point every backlog item|XBABBBAB]]
[[C: Async standup once a week|XBABBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Cameras on in every meeting
c) Continue using Using flow metrics on a daily basis
[[A: Mob programming|XBABBBBA]]
[[B: Cameras on in every meeting|XBABBBBB]]
[[C: Continue using Using flow metrics on a daily basis|XBABBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Rightsize work items to be <85th percentile
c) Longer planning sessions
[[A: Continue using Using flow metrics on a daily basis|XBABBBCA]]
[[B: Rightsize work items to be <85th percentile|XBABBBCB]]
[[C: Longer planning sessions|XBABBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Estimate using t-shirt sizing
c) Async standup once a week
[[A: Continue using Rotating the Scrum Master this sprint|XBABBCAA]]
[[B: Estimate using t-shirt sizing|XBABBCAB]]
[[C: Async standup once a week|XBABBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Rotating the Scrum Master this sprint
c) Use Feature toggles/flags
[[A: Re-estimating the backlog|XBABBCBA]]
[[B: Continue using Rotating the Scrum Master this sprint|XBABBCBB]]
[[C: Use Feature toggles/flags|XBABBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Moving from Scrum to Kanban
c) Continue using Rotating the Scrum Master this sprint
[[A: Use Work Item Age to prioritise daily work|XBABBCCA]]
[[B: Moving from Scrum to Kanban|XBABBCCB]]
[[C: Continue using Rotating the Scrum Master this sprint|XBABBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Pair programming
c) Using flow metrics in retrospectives
[[A: Continue using Introduce Definition of Ready (DoR)|XBABCAAA]]
[[B: Pair programming|XBABCAAB]]
[[C: Using flow metrics in retrospectives|XBABCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Use Work Item Age to prioritise daily work
c) Track velocity more rigorously
[[A: Continue using Introduce Definition of Ready (DoR)|XBABCABA]]
[[B: Use Work Item Age to prioritise daily work|XBABCABB]]
[[C: Track velocity more rigorously|XBABCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Introduce Definition of Ready (DoR)
c) Use Feature toggles/flags
[[A: Lower WIP limits|XBABCACA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XBABCACB]]
[[C: Use Feature toggles/flags|XBABCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Cameras on in every meeting
b) Track velocity more rigorously
c) Estimate using t-shirt sizing
[[A: Continue using Cameras on in every meeting|XBABCBAA]]
[[B: Track velocity more rigorously|XBABCBAB]]
[[C: Estimate using t-shirt sizing|XBABCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Using flow metrics in retrospectives
c) Continue using Cameras on in every meeting
[[A: Re-estimating the backlog|XBABCBBA]]
[[B: Using flow metrics in retrospectives|XBABCBBB]]
[[C: Continue using Cameras on in every meeting|XBABCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Estimate everything in hours
c) Continue using Cameras on in every meeting
[[A: Moving from Kanban to Scrum|XBABCBCA]]
[[B: Estimate everything in hours|XBABCBCB]]
[[C: Continue using Cameras on in every meeting|XBABCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Designated focus time
c) Add a Teams/Slack bot to remind people to update Jira
[[A: No Deployment Fridays|XBABCCAA]]
[[B: Continue using Designated focus time|XBABCCAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBABCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Longer planning sessions
c) Lower WIP limits
[[A: Continue using Designated focus time|XBABCCBA]]
[[B: Longer planning sessions|XBABCCBB]]
[[C: Lower WIP limits|XBABCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Continue using Designated focus time
c) Introduce Definition of Ready (DoR)
[[A: Using flow metrics on a daily basis|XBABCCCA]]
[[B: Continue using Designated focus time|XBABCCCB]]
[[C: Introduce Definition of Ready (DoR)|XBABCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Using flow metrics on a daily basis
c) Introduce WIP limits
[[A: Continue using Using flow metrics in retrospectives|XBACAAAA]]
[[B: Using flow metrics on a daily basis|XBACAAAB]]
[[C: Introduce WIP limits|XBACAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Use Work Item Age to prioritise daily work
c) Story point every backlog item
[[A: Continue using Using flow metrics in retrospectives|XBACAABA]]
[[B: Use Work Item Age to prioritise daily work|XBACAABB]]
[[C: Story point every backlog item|XBACAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Adding tasks to stories
c) Re-estimating the backlog
[[A: Continue using Using flow metrics in retrospectives|XBACAACA]]
[[B: Adding tasks to stories|XBACAACB]]
[[C: Re-estimating the backlog|XBACAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Longer planning sessions
c) Refine Definition of Done (DoD)
[[A: Continue using Feature toggles/flags|XBACABAA]]
[[B: Longer planning sessions|XBACABAB]]
[[C: Refine Definition of Done (DoD)|XBACABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Switch from story points to time-based estimation
c) Continue using Feature toggles/flags
[[A: Adding tasks to stories|XBACABBA]]
[[B: Switch from story points to time-based estimation|XBACABBB]]
[[C: Continue using Feature toggles/flags|XBACABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Feature toggles/flags
c) Estimate everything in hours
[[A: Switch from story points to time-based estimation|XBACABCA]]
[[B: Continue using Feature toggles/flags|XBACABCB]]
[[C: Estimate everything in hours|XBACABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Estimate everything in hours
c) Using flow metrics in retrospectives
[[A: Continue using Introduce story points|XBACACAA]]
[[B: Estimate everything in hours|XBACACAB]]
[[C: Using flow metrics in retrospectives|XBACACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Estimate using t-shirt sizing
c) Switch from story points to time-based estimation
[[A: Continue using Introduce story points|XBACACBA]]
[[B: Estimate using t-shirt sizing|XBACACBB]]
[[C: Switch from story points to time-based estimation|XBACACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Rightsize work items to be <85th percentile
c) Continue using Introduce story points
[[A: Switch from story points to time-based estimation|XBACACCA]]
[[B: Rightsize work items to be <85th percentile|XBACACCB]]
[[C: Continue using Introduce story points|XBACACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Create a team canvas
c) Introduce Definition of Ready (DoR)
[[A: Continue using Feature toggles/flags|XBACBAAA]]
[[B: Create a team canvas|XBACBAAB]]
[[C: Introduce Definition of Ready (DoR)|XBACBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Pair programming
c) Continue using Feature toggles/flags
[[A: Using flow metrics on a daily basis|XBACBABA]]
[[B: Pair programming|XBACBABB]]
[[C: Continue using Feature toggles/flags|XBACBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Switch from story points to time-based estimation
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Feature toggles/flags|XBACBACA]]
[[B: Switch from story points to time-based estimation|XBACBACB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBACBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Adding tasks to stories
c) Async standup once a week
[[A: Continue using Estimate everything in hours|XBACBBAA]]
[[B: Adding tasks to stories|XBACBBAB]]
[[C: Async standup once a week|XBACBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Rotating the Scrum Master this sprint
c) Continue using Estimate everything in hours
[[A: Cameras on in every meeting|XBACBBBA]]
[[B: Rotating the Scrum Master this sprint|XBACBBBB]]
[[C: Continue using Estimate everything in hours|XBACBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Introduce story points
c) Continue using Estimate everything in hours
[[A: Using flow metrics in retrospectives|XBACBBCA]]
[[B: Introduce story points|XBACBBCB]]
[[C: Continue using Estimate everything in hours|XBACBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add a Teams/Slack bot to remind people to update Jira
b) Story point every backlog item
c) Moving from Scrum to Kanban
[[A: Continue using Add a Teams/Slack bot to remind people to update Jira|XBACBCAA]]
[[B: Story point every backlog item|XBACBCAB]]
[[C: Moving from Scrum to Kanban|XBACBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Estimate using t-shirt sizing
[[A: Longer planning sessions|XBACBCBA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XBACBCBB]]
[[C: Estimate using t-shirt sizing|XBACBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Moving from Scrum to Kanban
[[A: Do a value stream mapping session|XBACBCCA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XBACBCCB]]
[[C: Moving from Scrum to Kanban|XBACBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Add a Teams/Slack bot to remind people to update Jira
c) Moving from Kanban to Scrum
[[A: Continue using Increase WIP limits|XBACCAAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBACCAAB]]
[[C: Moving from Kanban to Scrum|XBACCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Mob programming
c) No Deployment Fridays
[[A: Continue using Increase WIP limits|XBACCABA]]
[[B: Mob programming|XBACCABB]]
[[C: No Deployment Fridays|XBACCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Moving from Scrum to Kanban
c) Continue using Increase WIP limits
[[A: Designated "in-person" office days|XBACCACA]]
[[B: Moving from Scrum to Kanban|XBACCACB]]
[[C: Continue using Increase WIP limits|XBACCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Do a value stream mapping session
c) Cameras on in every meeting
[[A: Moving from Kanban to Scrum|XBACCBAA]]
[[B: Continue using Do a value stream mapping session|XBACCBAB]]
[[C: Cameras on in every meeting|XBACCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Create a team canvas
c) Refine Definition of Done (DoD)
[[A: Continue using Do a value stream mapping session|XBACCBBA]]
[[B: Create a team canvas|XBACCBBB]]
[[C: Refine Definition of Done (DoD)|XBACCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Rightsize work items to be <85th percentile
c) Estimate using t-shirt sizing
[[A: Continue using Do a value stream mapping session|XBACCBCA]]
[[B: Rightsize work items to be <85th percentile|XBACCBCB]]
[[C: Estimate using t-shirt sizing|XBACCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Using flow metrics on a daily basis
c) Introduce story points
[[A: Continue using Story point every backlog item|XBACCCAA]]
[[B: Using flow metrics on a daily basis|XBACCCAB]]
[[C: Introduce story points|XBACCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Refine Definition of Done (DoD)
c) Continue using Story point every backlog item
[[A: Designated focus time|XBACCCBA]]
[[B: Refine Definition of Done (DoD)|XBACCCBB]]
[[C: Continue using Story point every backlog item|XBACCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Story point every backlog item
b) Mob programming
c) Use Work Item Age to prioritise daily work
[[A: Continue using Story point every backlog item|XBACCCCA]]
[[B: Mob programming|XBACCCCB]]
[[C: Use Work Item Age to prioritise daily work|XBACCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Estimate everything in hours
c) Track velocity more rigorously
[[A: Continue using Feature toggles/flags|XBBAAAAA]]
[[B: Estimate everything in hours|XBBAAAAB]]
[[C: Track velocity more rigorously|XBBAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Increase WIP limits
c) Continue using Feature toggles/flags
[[A: Rotating the Scrum Master this sprint|XBBAAABA]]
[[B: Increase WIP limits|XBBAAABB]]
[[C: Continue using Feature toggles/flags|XBBAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Track velocity more rigorously
c) Introduce WIP limits
[[A: Continue using Feature toggles/flags|XBBAAACA]]
[[B: Track velocity more rigorously|XBBAAACB]]
[[C: Introduce WIP limits|XBBAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Continue using Rotating the Scrum Master this sprint
c) Increase WIP limits
[[A: Async standup once a week|XBBAABAA]]
[[B: Continue using Rotating the Scrum Master this sprint|XBBAABAB]]
[[C: Increase WIP limits|XBBAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Estimate using t-shirt sizing
c) Continue using Rotating the Scrum Master this sprint
[[A: Adding tasks to stories|XBBAABBA]]
[[B: Estimate using t-shirt sizing|XBBAABBB]]
[[C: Continue using Rotating the Scrum Master this sprint|XBBAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Track velocity more rigorously
c) Continue using Rotating the Scrum Master this sprint
[[A: Introduce WIP limits|XBBAABCA]]
[[B: Track velocity more rigorously|XBBAABCB]]
[[C: Continue using Rotating the Scrum Master this sprint|XBBAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Switch from story points to time-based estimation
c) Track velocity more rigorously
[[A: Refine Definition of Done (DoD)|XBBAACAA]]
[[B: Continue using Switch from story points to time-based estimation|XBBAACAB]]
[[C: Track velocity more rigorously|XBBAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Pair programming
c) Refine Definition of Done (DoD)
[[A: Continue using Switch from story points to time-based estimation|XBBAACBA]]
[[B: Pair programming|XBBAACBB]]
[[C: Refine Definition of Done (DoD)|XBBAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Rotating the Scrum Master this sprint
c) Continue using Switch from story points to time-based estimation
[[A: Adding tasks to stories|XBBAACCA]]
[[B: Rotating the Scrum Master this sprint|XBBAACCB]]
[[C: Continue using Switch from story points to time-based estimation|XBBAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Use Feature toggles/flags
c) Continue using Adding tasks to stories
[[A: Re-estimating the backlog|XBBABAAA]]
[[B: Use Feature toggles/flags|XBBABAAB]]
[[C: Continue using Adding tasks to stories|XBBABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Lower WIP limits
c) Estimate everything in hours
[[A: Continue using Adding tasks to stories|XBBABABA]]
[[B: Lower WIP limits|XBBABABB]]
[[C: Estimate everything in hours|XBBABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Adding tasks to stories
c) Estimate using t-shirt sizing
[[A: Introduce story points|XBBABACA]]
[[B: Continue using Adding tasks to stories|XBBABACB]]
[[C: Estimate using t-shirt sizing|XBBABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Add a Teams/Slack bot to remind people to update Jira
c) Using flow metrics in retrospectives
[[A: Continue using Start tracking % of planned vs unplanned work|XBBABBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBBABBAB]]
[[C: Using flow metrics in retrospectives|XBBABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Start tracking % of planned vs unplanned work
c) Designated focus time
[[A: Add columns to kanban board|XBBABBBA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XBBABBBB]]
[[C: Designated focus time|XBBABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Create a team canvas
c) Continue using Start tracking % of planned vs unplanned work
[[A: Use Work Item Age to prioritise daily work|XBBABBCA]]
[[B: Create a team canvas|XBBABBCB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XBBABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using No Deployment Fridays
c) Estimate using t-shirt sizing
[[A: Track velocity more rigorously|XBBABCAA]]
[[B: Continue using No Deployment Fridays|XBBABCAB]]
[[C: Estimate using t-shirt sizing|XBBABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using No Deployment Fridays
b) Adding tasks to stories
c) Use Feature toggles/flags
[[A: Continue using No Deployment Fridays|XBBABCBA]]
[[B: Adding tasks to stories|XBBABCBB]]
[[C: Use Feature toggles/flags|XBBABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Lower WIP limits
c) Continue using No Deployment Fridays
[[A: Designated "in-person" office days|XBBABCCA]]
[[B: Lower WIP limits|XBBABCCB]]
[[C: Continue using No Deployment Fridays|XBBABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Estimate using t-shirt sizing
[[A: Moving from Kanban to Scrum|XBBACAAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBBACAAB]]
[[C: Continue using Estimate using t-shirt sizing|XBBACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Cameras on in every meeting
c) Continue using Estimate using t-shirt sizing
[[A: Async standup once a week|XBBACABA]]
[[B: Cameras on in every meeting|XBBACABB]]
[[C: Continue using Estimate using t-shirt sizing|XBBACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Estimate using t-shirt sizing
c) Using flow metrics on a daily basis
[[A: Add a Teams/Slack bot to remind people to update Jira|XBBACACA]]
[[B: Continue using Estimate using t-shirt sizing|XBBACACB]]
[[C: Using flow metrics on a daily basis|XBBACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Continue using Estimate everything in hours
c) Cameras on in every meeting
[[A: Async standup once a week|XBBACBAA]]
[[B: Continue using Estimate everything in hours|XBBACBAB]]
[[C: Cameras on in every meeting|XBBACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Estimate everything in hours
c) No Deployment Fridays
[[A: Track velocity more rigorously|XBBACBBA]]
[[B: Continue using Estimate everything in hours|XBBACBBB]]
[[C: No Deployment Fridays|XBBACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Estimate everything in hours
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Longer planning sessions|XBBACBCA]]
[[B: Continue using Estimate everything in hours|XBBACBCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Async standup once a week
c) Estimate using t-shirt sizing
[[A: Cameras on in every meeting|XBBACCAA]]
[[B: Continue using Async standup once a week|XBBACCAB]]
[[C: Estimate using t-shirt sizing|XBBACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Async standup once a week
c) Using flow metrics on a daily basis
[[A: Use Feature toggles/flags|XBBACCBA]]
[[B: Continue using Async standup once a week|XBBACCBB]]
[[C: Using flow metrics on a daily basis|XBBACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Rotating the Scrum Master this sprint
c) Continue using Async standup once a week
[[A: Estimate using t-shirt sizing|XBBACCCA]]
[[B: Rotating the Scrum Master this sprint|XBBACCCB]]
[[C: Continue using Async standup once a week|XBBACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Lower WIP limits
c) Continue using Work Item Age to prioritise daily work
[[A: Estimate everything in hours|XBBBAAAA]]
[[B: Lower WIP limits|XBBBAAAB]]
[[C: Continue using Work Item Age to prioritise daily work|XBBBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Work Item Age to prioritise daily work
b) No Deployment Fridays
c) Switch from story points to time-based estimation
[[A: Continue using Work Item Age to prioritise daily work|XBBBAABA]]
[[B: No Deployment Fridays|XBBBAABB]]
[[C: Switch from story points to time-based estimation|XBBBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Track velocity more rigorously
c) Continue using Work Item Age to prioritise daily work
[[A: Estimate using t-shirt sizing|XBBBAACA]]
[[B: Track velocity more rigorously|XBBBAACB]]
[[C: Continue using Work Item Age to prioritise daily work|XBBBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Continue using Longer planning sessions
c) Designated "in-person" office days
[[A: Increase WIP limits|XBBBABAA]]
[[B: Continue using Longer planning sessions|XBBBABAB]]
[[C: Designated "in-person" office days|XBBBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Longer planning sessions
b) Estimate everything in hours
c) Cameras on in every meeting
[[A: Continue using Longer planning sessions|XBBBABBA]]
[[B: Estimate everything in hours|XBBBABBB]]
[[C: Cameras on in every meeting|XBBBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Longer planning sessions
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Moving from Scrum to Kanban|XBBBABCA]]
[[B: Continue using Longer planning sessions|XBBBABCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Designated "in-person" office days
c) Rightsize work items to be <85th percentile
[[A: Using flow metrics in retrospectives|XBBBACAA]]
[[B: Continue using Designated "in-person" office days|XBBBACAB]]
[[C: Rightsize work items to be <85th percentile|XBBBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Estimate using t-shirt sizing
c) Refine Definition of Done (DoD)
[[A: Continue using Designated "in-person" office days|XBBBACBA]]
[[B: Estimate using t-shirt sizing|XBBBACBB]]
[[C: Refine Definition of Done (DoD)|XBBBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Rotating the Scrum Master this sprint
c) Continue using Designated "in-person" office days
[[A: Use Feature toggles/flags|XBBBACCA]]
[[B: Rotating the Scrum Master this sprint|XBBBACCB]]
[[C: Continue using Designated "in-person" office days|XBBBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Lower WIP limits
[[A: Use Feature toggles/flags|XBBBBAAA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XBBBBAAB]]
[[C: Lower WIP limits|XBBBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add a Teams/Slack bot to remind people to update Jira
b) Create a team canvas
c) Start tracking % of planned vs unplanned work
[[A: Continue using Add a Teams/Slack bot to remind people to update Jira|XBBBBABA]]
[[B: Create a team canvas|XBBBBABB]]
[[C: Start tracking % of planned vs unplanned work|XBBBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Designated "in-person" office days
c) Continue using Add a Teams/Slack bot to remind people to update Jira
[[A: Using flow metrics on a daily basis|XBBBBACA]]
[[B: Designated "in-person" office days|XBBBBACB]]
[[C: Continue using Add a Teams/Slack bot to remind people to update Jira|XBBBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Introduce story points
c) Introduce Definition of Ready (DoR)
[[A: Estimate everything in hours|XBBBBBAA]]
[[B: Continue using Introduce story points|XBBBBBAB]]
[[C: Introduce Definition of Ready (DoR)|XBBBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Refine Definition of Done (DoD)
c) Adding tasks to stories
[[A: Continue using Introduce story points|XBBBBBBA]]
[[B: Refine Definition of Done (DoD)|XBBBBBBB]]
[[C: Adding tasks to stories|XBBBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Start tracking % of planned vs unplanned work
c) Continue using Introduce story points
[[A: Designated focus time|XBBBBBCA]]
[[B: Start tracking % of planned vs unplanned work|XBBBBBCB]]
[[C: Continue using Introduce story points|XBBBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Re-estimating the backlog
c) Introduce story points
[[A: Continue using Adding tasks to stories|XBBBBCAA]]
[[B: Re-estimating the backlog|XBBBBCAB]]
[[C: Introduce story points|XBBBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Adding tasks to stories
c) Estimate everything in hours
[[A: Rightsize work items to be <85th percentile|XBBBBCBA]]
[[B: Continue using Adding tasks to stories|XBBBBCBB]]
[[C: Estimate everything in hours|XBBBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) No Deployment Fridays
c) Add columns to kanban board
[[A: Continue using Adding tasks to stories|XBBBBCCA]]
[[B: No Deployment Fridays|XBBBBCCB]]
[[C: Add columns to kanban board|XBBBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Lower WIP limits
c) Async standup once a week
[[A: Continue using Do a value stream mapping session|XBBBCAAA]]
[[B: Lower WIP limits|XBBBCAAB]]
[[C: Async standup once a week|XBBBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Do a value stream mapping session
c) Adding tasks to stories
[[A: Pair programming|XBBBCABA]]
[[B: Continue using Do a value stream mapping session|XBBBCABB]]
[[C: Adding tasks to stories|XBBBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Do a value stream mapping session
c) Rotating the Scrum Master this sprint
[[A: Switch from story points to time-based estimation|XBBBCACA]]
[[B: Continue using Do a value stream mapping session|XBBBCACB]]
[[C: Rotating the Scrum Master this sprint|XBBBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Use Work Item Age to prioritise daily work
c) Async standup once a week
[[A: Continue using Feature toggles/flags|XBBBCBAA]]
[[B: Use Work Item Age to prioritise daily work|XBBBCBAB]]
[[C: Async standup once a week|XBBBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Re-estimating the backlog
c) Continue using Feature toggles/flags
[[A: Designated "in-person" office days|XBBBCBBA]]
[[B: Re-estimating the backlog|XBBBCBBB]]
[[C: Continue using Feature toggles/flags|XBBBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Feature toggles/flags
c) Mob programming
[[A: Rightsize work items to be <85th percentile|XBBBCBCA]]
[[B: Continue using Feature toggles/flags|XBBBCBCB]]
[[C: Mob programming|XBBBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Do a value stream mapping session
c) Start tracking % of planned vs unplanned work
[[A: Add columns to kanban board|XBBBCCAA]]
[[B: Continue using Do a value stream mapping session|XBBBCCAB]]
[[C: Start tracking % of planned vs unplanned work|XBBBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Introduce story points
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Do a value stream mapping session|XBBBCCBA]]
[[B: Introduce story points|XBBBCCBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Do a value stream mapping session
c) Designated "in-person" office days
[[A: Introduce story points|XBBBCCCA]]
[[B: Continue using Do a value stream mapping session|XBBBCCCB]]
[[C: Designated "in-person" office days|XBBBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Async standup once a week
c) Moving from Scrum to Kanban
[[A: Rightsize work items to be <85th percentile|XBBCAAAA]]
[[B: Continue using Async standup once a week|XBBCAAAB]]
[[C: Moving from Scrum to Kanban|XBBCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Designated "in-person" office days
c) Continue using Async standup once a week
[[A: Using flow metrics in retrospectives|XBBCAABA]]
[[B: Designated "in-person" office days|XBBCAABB]]
[[C: Continue using Async standup once a week|XBBCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Async standup once a week
b) Do a value stream mapping session
c) Introduce story points
[[A: Continue using Async standup once a week|XBBCAACA]]
[[B: Do a value stream mapping session|XBBCAACB]]
[[C: Introduce story points|XBBCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Switch from story points to time-based estimation
c) Continue using Async standup once a week
[[A: Create a team canvas|XBBCABAA]]
[[B: Switch from story points to time-based estimation|XBBCABAB]]
[[C: Continue using Async standup once a week|XBBCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Mob programming
c) Continue using Async standup once a week
[[A: Cameras on in every meeting|XBBCABBA]]
[[B: Mob programming|XBBCABBB]]
[[C: Continue using Async standup once a week|XBBCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Async standup once a week
b) Designated "in-person" office days
c) Estimate using t-shirt sizing
[[A: Continue using Async standup once a week|XBBCABCA]]
[[B: Designated "in-person" office days|XBBCABCB]]
[[C: Estimate using t-shirt sizing|XBBCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Switch from story points to time-based estimation
c) Continue using Story point every backlog item
[[A: Async standup once a week|XBBCACAA]]
[[B: Switch from story points to time-based estimation|XBBCACAB]]
[[C: Continue using Story point every backlog item|XBBCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Pair programming
c) Continue using Story point every backlog item
[[A: Create a team canvas|XBBCACBA]]
[[B: Pair programming|XBBCACBB]]
[[C: Continue using Story point every backlog item|XBBCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Story point every backlog item
c) Introduce WIP limits
[[A: Lower WIP limits|XBBCACCA]]
[[B: Continue using Story point every backlog item|XBBCACCB]]
[[C: Introduce WIP limits|XBBCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Refine Definition of Done (DoD)
c) Moving from Scrum to Kanban
[[A: Continue using Do a value stream mapping session|XBBCBAAA]]
[[B: Refine Definition of Done (DoD)|XBBCBAAB]]
[[C: Moving from Scrum to Kanban|XBBCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Add a Teams/Slack bot to remind people to update Jira
c) Introduce Definition of Ready (DoR)
[[A: Continue using Do a value stream mapping session|XBBCBABA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XBBCBABB]]
[[C: Introduce Definition of Ready (DoR)|XBBCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Do a value stream mapping session
c) Use Feature toggles/flags
[[A: Pair programming|XBBCBACA]]
[[B: Continue using Do a value stream mapping session|XBBCBACB]]
[[C: Use Feature toggles/flags|XBBCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Increase WIP limits
c) Cameras on in every meeting
[[A: Continue using Create a team canvas|XBBCBBAA]]
[[B: Increase WIP limits|XBBCBBAB]]
[[C: Cameras on in every meeting|XBBCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Create a team canvas
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Start tracking % of planned vs unplanned work|XBBCBBBA]]
[[B: Continue using Create a team canvas|XBBCBBBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBBCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Switch from story points to time-based estimation
c) Continue using Create a team canvas
[[A: Using flow metrics on a daily basis|XBBCBBCA]]
[[B: Switch from story points to time-based estimation|XBBCBBCB]]
[[C: Continue using Create a team canvas|XBBCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Do a value stream mapping session
c) Lower WIP limits
[[A: Longer planning sessions|XBBCBCAA]]
[[B: Continue using Do a value stream mapping session|XBBCBCAB]]
[[C: Lower WIP limits|XBBCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Do a value stream mapping session
c) Using flow metrics in retrospectives
[[A: Add a Teams/Slack bot to remind people to update Jira|XBBCBCBA]]
[[B: Continue using Do a value stream mapping session|XBBCBCBB]]
[[C: Using flow metrics in retrospectives|XBBCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Designated focus time
c) Estimate using t-shirt sizing
[[A: Continue using Do a value stream mapping session|XBBCBCCA]]
[[B: Designated focus time|XBBCBCCB]]
[[C: Estimate using t-shirt sizing|XBBCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate using t-shirt sizing
b) Adding tasks to stories
c) Use Work Item Age to prioritise daily work
[[A: Continue using Estimate using t-shirt sizing|XBBCCAAA]]
[[B: Adding tasks to stories|XBBCCAAB]]
[[C: Use Work Item Age to prioritise daily work|XBBCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Estimate using t-shirt sizing
c) No Deployment Fridays
[[A: Start tracking % of planned vs unplanned work|XBBCCABA]]
[[B: Continue using Estimate using t-shirt sizing|XBBCCABB]]
[[C: No Deployment Fridays|XBBCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Estimate using t-shirt sizing
c) Increase WIP limits
[[A: Moving from Kanban to Scrum|XBBCCACA]]
[[B: Continue using Estimate using t-shirt sizing|XBBCCACB]]
[[C: Increase WIP limits|XBBCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Using flow metrics on a daily basis
c) Re-estimating the backlog
[[A: Story point every backlog item|XBBCCBAA]]
[[B: Continue using Using flow metrics on a daily basis|XBBCCBAB]]
[[C: Re-estimating the backlog|XBBCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Switch from story points to time-based estimation
c) Cameras on in every meeting
[[A: Continue using Using flow metrics on a daily basis|XBBCCBBA]]
[[B: Switch from story points to time-based estimation|XBBCCBBB]]
[[C: Cameras on in every meeting|XBBCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Using flow metrics on a daily basis
c) Moving from Scrum to Kanban
[[A: Mob programming|XBBCCBCA]]
[[B: Continue using Using flow metrics on a daily basis|XBBCCBCB]]
[[C: Moving from Scrum to Kanban|XBBCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate using t-shirt sizing
b) Mob programming
c) Moving from Scrum to Kanban
[[A: Continue using Estimate using t-shirt sizing|XBBCCCAA]]
[[B: Mob programming|XBBCCCAB]]
[[C: Moving from Scrum to Kanban|XBBCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate using t-shirt sizing
b) Track velocity more rigorously
c) Pair programming
[[A: Continue using Estimate using t-shirt sizing|XBBCCCBA]]
[[B: Track velocity more rigorously|XBBCCCBB]]
[[C: Pair programming|XBBCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Start tracking % of planned vs unplanned work
c) Continue using Estimate using t-shirt sizing
[[A: Cameras on in every meeting|XBBCCCCA]]
[[B: Start tracking % of planned vs unplanned work|XBBCCCCB]]
[[C: Continue using Estimate using t-shirt sizing|XBBCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Switch from story points to time-based estimation
c) Create a team canvas
[[A: Add a Teams/Slack bot to remind people to update Jira|XBCAAAAA]]
[[B: Continue using Switch from story points to time-based estimation|XBCAAAAB]]
[[C: Create a team canvas|XBCAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Async standup once a week
c) Introduce Definition of Ready (DoR)
[[A: Continue using Switch from story points to time-based estimation|XBCAAABA]]
[[B: Async standup once a week|XBCAAABB]]
[[C: Introduce Definition of Ready (DoR)|XBCAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Switch from story points to time-based estimation
c) No Deployment Fridays
[[A: Rotating the Scrum Master this sprint|XBCAAACA]]
[[B: Continue using Switch from story points to time-based estimation|XBCAAACB]]
[[C: No Deployment Fridays|XBCAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Use Feature toggles/flags
c) Rightsize work items to be <85th percentile
[[A: Continue using Designated focus time|XBCAABAA]]
[[B: Use Feature toggles/flags|XBCAABAB]]
[[C: Rightsize work items to be <85th percentile|XBCAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Do a value stream mapping session
c) No Deployment Fridays
[[A: Continue using Designated focus time|XBCAABBA]]
[[B: Do a value stream mapping session|XBCAABBB]]
[[C: No Deployment Fridays|XBCAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Create a team canvas
c) Continue using Designated focus time
[[A: Estimate everything in hours|XBCAABCA]]
[[B: Create a team canvas|XBCAABCB]]
[[C: Continue using Designated focus time|XBCAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Longer planning sessions
c) Estimate everything in hours
[[A: Continue using Increase WIP limits|XBCAACAA]]
[[B: Longer planning sessions|XBCAACAB]]
[[C: Estimate everything in hours|XBCAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Introduce Definition of Ready (DoR)
c) Adding tasks to stories
[[A: Continue using Increase WIP limits|XBCAACBA]]
[[B: Introduce Definition of Ready (DoR)|XBCAACBB]]
[[C: Adding tasks to stories|XBCAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Re-estimating the backlog
c) Continue using Increase WIP limits
[[A: Switch from story points to time-based estimation|XBCAACCA]]
[[B: Re-estimating the backlog|XBCAACCB]]
[[C: Continue using Increase WIP limits|XBCAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Using flow metrics on a daily basis
c) Pair programming
[[A: Continue using Start tracking % of planned vs unplanned work|XBCABAAA]]
[[B: Using flow metrics on a daily basis|XBCABAAB]]
[[C: Pair programming|XBCABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Moving from Kanban to Scrum
c) Lower WIP limits
[[A: Continue using Start tracking % of planned vs unplanned work|XBCABABA]]
[[B: Moving from Kanban to Scrum|XBCABABB]]
[[C: Lower WIP limits|XBCABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Moving from Scrum to Kanban
c) Continue using Start tracking % of planned vs unplanned work
[[A: Cameras on in every meeting|XBCABACA]]
[[B: Moving from Scrum to Kanban|XBCABACB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XBCABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Designated "in-person" office days
c) Continue using Pair programming
[[A: Async standup once a week|XBCABBAA]]
[[B: Designated "in-person" office days|XBCABBAB]]
[[C: Continue using Pair programming|XBCABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Mob programming
c) Continue using Pair programming
[[A: Rightsize work items to be <85th percentile|XBCABBBA]]
[[B: Mob programming|XBCABBBB]]
[[C: Continue using Pair programming|XBCABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Use Feature toggles/flags
c) Continue using Pair programming
[[A: Lower WIP limits|XBCABBCA]]
[[B: Use Feature toggles/flags|XBCABBCB]]
[[C: Continue using Pair programming|XBCABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Create a team canvas
c) Continue using Using flow metrics on a daily basis
[[A: Refine Definition of Done (DoD)|XBCABCAA]]
[[B: Create a team canvas|XBCABCAB]]
[[C: Continue using Using flow metrics on a daily basis|XBCABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Using flow metrics on a daily basis
c) Re-estimating the backlog
[[A: Refine Definition of Done (DoD)|XBCABCBA]]
[[B: Continue using Using flow metrics on a daily basis|XBCABCBB]]
[[C: Re-estimating the backlog|XBCABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Estimate everything in hours
c) Continue using Using flow metrics on a daily basis
[[A: Designated "in-person" office days|XBCABCCA]]
[[B: Estimate everything in hours|XBCABCCB]]
[[C: Continue using Using flow metrics on a daily basis|XBCABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Using flow metrics on a daily basis
c) Use Work Item Age to prioritise daily work
[[A: Continue using Introduce Definition of Ready (DoR)|XBCACAAA]]
[[B: Using flow metrics on a daily basis|XBCACAAB]]
[[C: Use Work Item Age to prioritise daily work|XBCACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Rotating the Scrum Master this sprint
c) Continue using Introduce Definition of Ready (DoR)
[[A: Introduce story points|XBCACABA]]
[[B: Rotating the Scrum Master this sprint|XBCACABB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XBCACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Use Work Item Age to prioritise daily work
c) Start tracking % of planned vs unplanned work
[[A: Continue using Introduce Definition of Ready (DoR)|XBCACACA]]
[[B: Use Work Item Age to prioritise daily work|XBCACACB]]
[[C: Start tracking % of planned vs unplanned work|XBCACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Pair programming
c) Continue using Refine Definition of Done (DoD)
[[A: Switch from story points to time-based estimation|XBCACBAA]]
[[B: Pair programming|XBCACBAB]]
[[C: Continue using Refine Definition of Done (DoD)|XBCACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Refine Definition of Done (DoD)
c) Re-estimating the backlog
[[A: Story point every backlog item|XBCACBBA]]
[[B: Continue using Refine Definition of Done (DoD)|XBCACBBB]]
[[C: Re-estimating the backlog|XBCACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Refine Definition of Done (DoD)
c) Adding tasks to stories
[[A: Cameras on in every meeting|XBCACBCA]]
[[B: Continue using Refine Definition of Done (DoD)|XBCACBCB]]
[[C: Adding tasks to stories|XBCACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Cameras on in every meeting
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Using flow metrics in retrospectives|XBCACCAA]]
[[B: Cameras on in every meeting|XBCACCAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Cameras on in every meeting
c) Continue using Using flow metrics in retrospectives
[[A: Use Feature toggles/flags|XBCACCBA]]
[[B: Cameras on in every meeting|XBCACCBB]]
[[C: Continue using Using flow metrics in retrospectives|XBCACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) No Deployment Fridays
c) Continue using Using flow metrics in retrospectives
[[A: Increase WIP limits|XBCACCCA]]
[[B: No Deployment Fridays|XBCACCCB]]
[[C: Continue using Using flow metrics in retrospectives|XBCACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Designated "in-person" office days
c) Estimate using t-shirt sizing
[[A: Continue using Pair programming|XBCBAAAA]]
[[B: Designated "in-person" office days|XBCBAAAB]]
[[C: Estimate using t-shirt sizing|XBCBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Pair programming
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Lower WIP limits|XBCBAABA]]
[[B: Continue using Pair programming|XBCBAABB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Use Work Item Age to prioritise daily work
c) Moving from Scrum to Kanban
[[A: Continue using Pair programming|XBCBAACA]]
[[B: Use Work Item Age to prioritise daily work|XBCBAACB]]
[[C: Moving from Scrum to Kanban|XBCBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Use Feature toggles/flags
c) Continue using Pair programming
[[A: Async standup once a week|XBCBABAA]]
[[B: Use Feature toggles/flags|XBCBABAB]]
[[C: Continue using Pair programming|XBCBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Rightsize work items to be <85th percentile
c) Continue using Pair programming
[[A: Using flow metrics on a daily basis|XBCBABBA]]
[[B: Rightsize work items to be <85th percentile|XBCBABBB]]
[[C: Continue using Pair programming|XBCBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Story point every backlog item
c) No Deployment Fridays
[[A: Continue using Pair programming|XBCBABCA]]
[[B: Story point every backlog item|XBCBABCB]]
[[C: No Deployment Fridays|XBCBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Lower WIP limits
c) Moving from Kanban to Scrum
[[A: Introduce Definition of Ready (DoR)|XBCBACAA]]
[[B: Continue using Lower WIP limits|XBCBACAB]]
[[C: Moving from Kanban to Scrum|XBCBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Lower WIP limits
b) Async standup once a week
c) Use Work Item Age to prioritise daily work
[[A: Continue using Lower WIP limits|XBCBACBA]]
[[B: Async standup once a week|XBCBACBB]]
[[C: Use Work Item Age to prioritise daily work|XBCBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Lower WIP limits
c) Using flow metrics on a daily basis
[[A: Pair programming|XBCBACCA]]
[[B: Continue using Lower WIP limits|XBCBACCB]]
[[C: Using flow metrics on a daily basis|XBCBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Increase WIP limits
c) Continue using Add a Teams/Slack bot to remind people to update Jira
[[A: Using flow metrics in retrospectives|XBCBBAAA]]
[[B: Increase WIP limits|XBCBBAAB]]
[[C: Continue using Add a Teams/Slack bot to remind people to update Jira|XBCBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Async standup once a week
c) Continue using Add a Teams/Slack bot to remind people to update Jira
[[A: Cameras on in every meeting|XBCBBABA]]
[[B: Async standup once a week|XBCBBABB]]
[[C: Continue using Add a Teams/Slack bot to remind people to update Jira|XBCBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add a Teams/Slack bot to remind people to update Jira
b) Moving from Kanban to Scrum
c) Track velocity more rigorously
[[A: Continue using Add a Teams/Slack bot to remind people to update Jira|XBCBBACA]]
[[B: Moving from Kanban to Scrum|XBCBBACB]]
[[C: Track velocity more rigorously|XBCBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Use Work Item Age to prioritise daily work
c) Continue using Track velocity more rigorously
[[A: Estimate using t-shirt sizing|XBCBBBAA]]
[[B: Use Work Item Age to prioritise daily work|XBCBBBAB]]
[[C: Continue using Track velocity more rigorously|XBCBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Create a team canvas
c) Continue using Track velocity more rigorously
[[A: Refine Definition of Done (DoD)|XBCBBBBA]]
[[B: Create a team canvas|XBCBBBBB]]
[[C: Continue using Track velocity more rigorously|XBCBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Cameras on in every meeting
c) Continue using Track velocity more rigorously
[[A: Add columns to kanban board|XBCBBBCA]]
[[B: Cameras on in every meeting|XBCBBBCB]]
[[C: Continue using Track velocity more rigorously|XBCBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Moving from Scrum to Kanban
c) Introduce WIP limits
[[A: Continue using Pair programming|XBCBBCAA]]
[[B: Moving from Scrum to Kanban|XBCBBCAB]]
[[C: Introduce WIP limits|XBCBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Continue using Pair programming
c) Use Feature toggles/flags
[[A: Async standup once a week|XBCBBCBA]]
[[B: Continue using Pair programming|XBCBBCBB]]
[[C: Use Feature toggles/flags|XBCBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Pair programming
c) Introduce WIP limits
[[A: Track velocity more rigorously|XBCBBCCA]]
[[B: Continue using Pair programming|XBCBBCCB]]
[[C: Introduce WIP limits|XBCBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Add columns to kanban board
c) Continue using Do a value stream mapping session
[[A: Cameras on in every meeting|XBCBCAAA]]
[[B: Add columns to kanban board|XBCBCAAB]]
[[C: Continue using Do a value stream mapping session|XBCBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Continue using Do a value stream mapping session
c) Use Work Item Age to prioritise daily work
[[A: Introduce WIP limits|XBCBCABA]]
[[B: Continue using Do a value stream mapping session|XBCBCABB]]
[[C: Use Work Item Age to prioritise daily work|XBCBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Async standup once a week
c) Story point every backlog item
[[A: Continue using Do a value stream mapping session|XBCBCACA]]
[[B: Async standup once a week|XBCBCACB]]
[[C: Story point every backlog item|XBCBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Using flow metrics in retrospectives
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Adding tasks to stories|XBCBCBAA]]
[[B: Using flow metrics in retrospectives|XBCBCBAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Rotating the Scrum Master this sprint
c) Continue using Adding tasks to stories
[[A: Designated focus time|XBCBCBBA]]
[[B: Rotating the Scrum Master this sprint|XBCBCBBB]]
[[C: Continue using Adding tasks to stories|XBCBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Adding tasks to stories
c) Switch from story points to time-based estimation
[[A: Do a value stream mapping session|XBCBCBCA]]
[[B: Continue using Adding tasks to stories|XBCBCBCB]]
[[C: Switch from story points to time-based estimation|XBCBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Lower WIP limits
b) Mob programming
c) Async standup once a week
[[A: Continue using Lower WIP limits|XBCBCCAA]]
[[B: Mob programming|XBCBCCAB]]
[[C: Async standup once a week|XBCBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Lower WIP limits
c) Rightsize work items to be <85th percentile
[[A: Start tracking % of planned vs unplanned work|XBCBCCBA]]
[[B: Continue using Lower WIP limits|XBCBCCBB]]
[[C: Rightsize work items to be <85th percentile|XBCBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Lower WIP limits
b) Estimate everything in hours
c) Use Work Item Age to prioritise daily work
[[A: Continue using Lower WIP limits|XBCBCCCA]]
[[B: Estimate everything in hours|XBCBCCCB]]
[[C: Use Work Item Age to prioritise daily work|XBCBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Designated "in-person" office days
c) Continue using Start tracking % of planned vs unplanned work
[[A: Switch from story points to time-based estimation|XBCCAAAA]]
[[B: Designated "in-person" office days|XBCCAAAB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XBCCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Introduce Definition of Ready (DoR)
c) Continue using Start tracking % of planned vs unplanned work
[[A: Story point every backlog item|XBCCAABA]]
[[B: Introduce Definition of Ready (DoR)|XBCCAABB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XBCCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Story point every backlog item
c) Continue using Start tracking % of planned vs unplanned work
[[A: Adding tasks to stories|XBCCAACA]]
[[B: Story point every backlog item|XBCCAACB]]
[[C: Continue using Start tracking % of planned vs unplanned work|XBCCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Rotating the Scrum Master this sprint
c) Adding tasks to stories
[[A: Track velocity more rigorously|XBCCABAA]]
[[B: Continue using Rotating the Scrum Master this sprint|XBCCABAB]]
[[C: Adding tasks to stories|XBCCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Increase WIP limits
c) Mob programming
[[A: Continue using Rotating the Scrum Master this sprint|XBCCABBA]]
[[B: Increase WIP limits|XBCCABBB]]
[[C: Mob programming|XBCCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Refine Definition of Done (DoD)
c) Cameras on in every meeting
[[A: Continue using Rotating the Scrum Master this sprint|XBCCABCA]]
[[B: Refine Definition of Done (DoD)|XBCCABCB]]
[[C: Cameras on in every meeting|XBCCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Moving from Scrum to Kanban
c) Continue using Story point every backlog item
[[A: Do a value stream mapping session|XBCCACAA]]
[[B: Moving from Scrum to Kanban|XBCCACAB]]
[[C: Continue using Story point every backlog item|XBCCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Story point every backlog item
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Introduce Definition of Ready (DoR)|XBCCACBA]]
[[B: Continue using Story point every backlog item|XBCCACBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XBCCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Refine Definition of Done (DoD)
c) Continue using Story point every backlog item
[[A: Pair programming|XBCCACCA]]
[[B: Refine Definition of Done (DoD)|XBCCACCB]]
[[C: Continue using Story point every backlog item|XBCCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Lower WIP limits
c) Continue using Moving from Scrum to Kanban
[[A: Using flow metrics in retrospectives|XBCCBAAA]]
[[B: Lower WIP limits|XBCCBAAB]]
[[C: Continue using Moving from Scrum to Kanban|XBCCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Moving from Scrum to Kanban
c) Longer planning sessions
[[A: Story point every backlog item|XBCCBABA]]
[[B: Continue using Moving from Scrum to Kanban|XBCCBABB]]
[[C: Longer planning sessions|XBCCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Introduce WIP limits
c) Lower WIP limits
[[A: Continue using Moving from Scrum to Kanban|XBCCBACA]]
[[B: Introduce WIP limits|XBCCBACB]]
[[C: Lower WIP limits|XBCCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Rightsize work items to be <85th percentile
c) Continue using Feature toggles/flags
[[A: Moving from Scrum to Kanban|XBCCBBAA]]
[[B: Rightsize work items to be <85th percentile|XBCCBBAB]]
[[C: Continue using Feature toggles/flags|XBCCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Increase WIP limits
c) Use Work Item Age to prioritise daily work
[[A: Continue using Feature toggles/flags|XBCCBBBA]]
[[B: Increase WIP limits|XBCCBBBB]]
[[C: Use Work Item Age to prioritise daily work|XBCCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Lower WIP limits
c) Continue using Feature toggles/flags
[[A: Cameras on in every meeting|XBCCBBCA]]
[[B: Lower WIP limits|XBCCBBCB]]
[[C: Continue using Feature toggles/flags|XBCCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Mob programming
c) Introduce story points
[[A: Continue using Start tracking % of planned vs unplanned work|XBCCBCAA]]
[[B: Mob programming|XBCCBCAB]]
[[C: Introduce story points|XBCCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Start tracking % of planned vs unplanned work
c) Using flow metrics in retrospectives
[[A: Longer planning sessions|XBCCBCBA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XBCCBCBB]]
[[C: Using flow metrics in retrospectives|XBCCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Re-estimating the backlog
c) Do a value stream mapping session
[[A: Continue using Start tracking % of planned vs unplanned work|XBCCBCCA]]
[[B: Re-estimating the backlog|XBCCBCCB]]
[[C: Do a value stream mapping session|XBCCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Longer planning sessions
c) Refine Definition of Done (DoD)
[[A: Continue using Pair programming|XBCCCAAA]]
[[B: Longer planning sessions|XBCCCAAB]]
[[C: Refine Definition of Done (DoD)|XBCCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Track velocity more rigorously
c) Continue using Pair programming
[[A: Estimate using t-shirt sizing|XBCCCABA]]
[[B: Track velocity more rigorously|XBCCCABB]]
[[C: Continue using Pair programming|XBCCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Re-estimating the backlog
c) Longer planning sessions
[[A: Continue using Pair programming|XBCCCACA]]
[[B: Re-estimating the backlog|XBCCCACB]]
[[C: Longer planning sessions|XBCCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Start tracking % of planned vs unplanned work
c) Cameras on in every meeting
[[A: Continue using Estimate everything in hours|XBCCCBAA]]
[[B: Start tracking % of planned vs unplanned work|XBCCCBAB]]
[[C: Cameras on in every meeting|XBCCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Estimate everything in hours
b) Async standup once a week
c) Introduce WIP limits
[[A: Continue using Estimate everything in hours|XBCCCBBA]]
[[B: Async standup once a week|XBCCCBBB]]
[[C: Introduce WIP limits|XBCCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate everything in hours - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Continue using Estimate everything in hours
c) Rotating the Scrum Master this sprint
[[A: Adding tasks to stories|XBCCCBCA]]
[[B: Continue using Estimate everything in hours|XBCCCBCB]]
[[C: Rotating the Scrum Master this sprint|XBCCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Mob programming
c) Moving from Kanban to Scrum
[[A: Continue using Introduce story points|XBCCCCAA]]
[[B: Mob programming|XBCCCCAB]]
[[C: Moving from Kanban to Scrum|XBCCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Refine Definition of Done (DoD)
c) Track velocity more rigorously
[[A: Continue using Introduce story points|XBCCCCBA]]
[[B: Refine Definition of Done (DoD)|XBCCCCBB]]
[[C: Track velocity more rigorously|XBCCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Rightsize work items to be <85th percentile
c) Cameras on in every meeting
[[A: Continue using Introduce story points|XBCCCCCA]]
[[B: Rightsize work items to be <85th percentile|XBCCCCCB]]
[[C: Cameras on in every meeting|XBCCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Start tracking % of planned vs unplanned work
c) Designated "in-person" office days
[[A: Lower WIP limits|XCAAAAAA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XCAAAAAB]]
[[C: Designated "in-person" office days|XCAAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Start tracking % of planned vs unplanned work
c) Mob programming
[[A: Designated "in-person" office days|XCAAAABA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XCAAAABB]]
[[C: Mob programming|XCAAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Start tracking % of planned vs unplanned work
c) Using flow metrics on a daily basis
[[A: Story point every backlog item|XCAAAACA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XCAAAACB]]
[[C: Using flow metrics on a daily basis|XCAAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Moving from Scrum to Kanban
c) Rightsize work items to be <85th percentile
[[A: Start tracking % of planned vs unplanned work|XCAAABAA]]
[[B: Continue using Moving from Scrum to Kanban|XCAAABAB]]
[[C: Rightsize work items to be <85th percentile|XCAAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Using flow metrics in retrospectives
c) Designated focus time
[[A: Continue using Moving from Scrum to Kanban|XCAAABBA]]
[[B: Using flow metrics in retrospectives|XCAAABBB]]
[[C: Designated focus time|XCAAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Designated "in-person" office days
c) Continue using Moving from Scrum to Kanban
[[A: Do a value stream mapping session|XCAAABCA]]
[[B: Designated "in-person" office days|XCAAABCB]]
[[C: Continue using Moving from Scrum to Kanban|XCAAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Refine Definition of Done (DoD)
c) Continue using Increase WIP limits
[[A: Add a Teams/Slack bot to remind people to update Jira|XCAAACAA]]
[[B: Refine Definition of Done (DoD)|XCAAACAB]]
[[C: Continue using Increase WIP limits|XCAAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Increase WIP limits
c) Estimate everything in hours
[[A: Moving from Scrum to Kanban|XCAAACBA]]
[[B: Continue using Increase WIP limits|XCAAACBB]]
[[C: Estimate everything in hours|XCAAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Increase WIP limits
c) Cameras on in every meeting
[[A: No Deployment Fridays|XCAAACCA]]
[[B: Continue using Increase WIP limits|XCAAACCB]]
[[C: Cameras on in every meeting|XCAAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Introduce Definition of Ready (DoR)
c) Continue using Re-estimating the backlog
[[A: Using flow metrics in retrospectives|XCAABAAA]]
[[B: Introduce Definition of Ready (DoR)|XCAABAAB]]
[[C: Continue using Re-estimating the backlog|XCAABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Re-estimating the backlog
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Story point every backlog item|XCAABABA]]
[[B: Continue using Re-estimating the backlog|XCAABABB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCAABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Re-estimating the backlog
c) Create a team canvas
[[A: Refine Definition of Done (DoD)|XCAABACA]]
[[B: Continue using Re-estimating the backlog|XCAABACB]]
[[C: Create a team canvas|XCAABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Switch from story points to time-based estimation
c) Use Feature toggles/flags
[[A: Continue using Introduce story points|XCAABBAA]]
[[B: Switch from story points to time-based estimation|XCAABBAB]]
[[C: Use Feature toggles/flags|XCAABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Longer planning sessions
c) Continue using Introduce story points
[[A: Rotating the Scrum Master this sprint|XCAABBBA]]
[[B: Longer planning sessions|XCAABBBB]]
[[C: Continue using Introduce story points|XCAABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Moving from Scrum to Kanban
c) Continue using Introduce story points
[[A: Re-estimating the backlog|XCAABBCA]]
[[B: Moving from Scrum to Kanban|XCAABBCB]]
[[C: Continue using Introduce story points|XCAABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Using flow metrics in retrospectives
c) Continue using Rotating the Scrum Master this sprint
[[A: Moving from Kanban to Scrum|XCAABCAA]]
[[B: Using flow metrics in retrospectives|XCAABCAB]]
[[C: Continue using Rotating the Scrum Master this sprint|XCAABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Create a team canvas
c) Lower WIP limits
[[A: Continue using Rotating the Scrum Master this sprint|XCAABCBA]]
[[B: Create a team canvas|XCAABCBB]]
[[C: Lower WIP limits|XCAABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Estimate using t-shirt sizing
c) Continue using Rotating the Scrum Master this sprint
[[A: Re-estimating the backlog|XCAABCCA]]
[[B: Estimate using t-shirt sizing|XCAABCCB]]
[[C: Continue using Rotating the Scrum Master this sprint|XCAABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Introduce Definition of Ready (DoR)
c) Longer planning sessions
[[A: Rightsize work items to be <85th percentile|XCAACAAA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XCAACAAB]]
[[C: Longer planning sessions|XCAACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Introduce Definition of Ready (DoR)
c) Moving from Kanban to Scrum
[[A: Switch from story points to time-based estimation|XCAACABA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XCAACABB]]
[[C: Moving from Kanban to Scrum|XCAACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Track velocity more rigorously
c) Switch from story points to time-based estimation
[[A: Continue using Introduce Definition of Ready (DoR)|XCAACACA]]
[[B: Track velocity more rigorously|XCAACACB]]
[[C: Switch from story points to time-based estimation|XCAACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Re-estimating the backlog
c) Story point every backlog item
[[A: Continue using Using flow metrics in retrospectives|XCAACBAA]]
[[B: Re-estimating the backlog|XCAACBAB]]
[[C: Story point every backlog item|XCAACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Using flow metrics in retrospectives
c) Do a value stream mapping session
[[A: Refine Definition of Done (DoD)|XCAACBBA]]
[[B: Continue using Using flow metrics in retrospectives|XCAACBBB]]
[[C: Do a value stream mapping session|XCAACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Using flow metrics in retrospectives
c) Add columns to kanban board
[[A: Start tracking % of planned vs unplanned work|XCAACBCA]]
[[B: Continue using Using flow metrics in retrospectives|XCAACBCB]]
[[C: Add columns to kanban board|XCAACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Start tracking % of planned vs unplanned work
c) Continue using Do a value stream mapping session
[[A: Estimate everything in hours|XCAACCAA]]
[[B: Start tracking % of planned vs unplanned work|XCAACCAB]]
[[C: Continue using Do a value stream mapping session|XCAACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Do a value stream mapping session
b) Rightsize work items to be <85th percentile
c) Add columns to kanban board
[[A: Continue using Do a value stream mapping session|XCAACCBA]]
[[B: Rightsize work items to be <85th percentile|XCAACCBB]]
[[C: Add columns to kanban board|XCAACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Do a value stream mapping session - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Do a value stream mapping session
c) Cameras on in every meeting
[[A: Switch from story points to time-based estimation|XCAACCCA]]
[[B: Continue using Do a value stream mapping session|XCAACCCB]]
[[C: Cameras on in every meeting|XCAACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Work Item Age to prioritise daily work
b) Using flow metrics in retrospectives
c) Designated focus time
[[A: Continue using Work Item Age to prioritise daily work|XCABAAAA]]
[[B: Using flow metrics in retrospectives|XCABAAAB]]
[[C: Designated focus time|XCABAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Work Item Age to prioritise daily work
c) Mob programming
[[A: Lower WIP limits|XCABAABA]]
[[B: Continue using Work Item Age to prioritise daily work|XCABAABB]]
[[C: Mob programming|XCABAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Introduce story points
c) Continue using Work Item Age to prioritise daily work
[[A: Track velocity more rigorously|XCABAACA]]
[[B: Introduce story points|XCABAACB]]
[[C: Continue using Work Item Age to prioritise daily work|XCABAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Async standup once a week
c) Continue using Designated focus time
[[A: Introduce WIP limits|XCABABAA]]
[[B: Async standup once a week|XCABABAB]]
[[C: Continue using Designated focus time|XCABABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Continue using Designated focus time
c) Story point every backlog item
[[A: Estimate everything in hours|XCABABBA]]
[[B: Continue using Designated focus time|XCABABBB]]
[[C: Story point every backlog item|XCABABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Lower WIP limits
c) Continue using Designated focus time
[[A: Introduce WIP limits|XCABABCA]]
[[B: Lower WIP limits|XCABABCB]]
[[C: Continue using Designated focus time|XCABABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Start tracking % of planned vs unplanned work
c) Continue using Mob programming
[[A: Add a Teams/Slack bot to remind people to update Jira|XCABACAA]]
[[B: Start tracking % of planned vs unplanned work|XCABACAB]]
[[C: Continue using Mob programming|XCABACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Mob programming
c) Longer planning sessions
[[A: Designated focus time|XCABACBA]]
[[B: Continue using Mob programming|XCABACBB]]
[[C: Longer planning sessions|XCABACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Mob programming
b) Re-estimating the backlog
c) Rotating the Scrum Master this sprint
[[A: Continue using Mob programming|XCABACCA]]
[[B: Re-estimating the backlog|XCABACCB]]
[[C: Rotating the Scrum Master this sprint|XCABACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Refine Definition of Done (DoD)
b) Using flow metrics on a daily basis
c) Use Feature toggles/flags
[[A: Continue using Refine Definition of Done (DoD)|XCABBAAA]]
[[B: Using flow metrics on a daily basis|XCABBAAB]]
[[C: Use Feature toggles/flags|XCABBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Refine Definition of Done (DoD)
b) Cameras on in every meeting
c) Switch from story points to time-based estimation
[[A: Continue using Refine Definition of Done (DoD)|XCABBABA]]
[[B: Cameras on in every meeting|XCABBABB]]
[[C: Switch from story points to time-based estimation|XCABBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Refine Definition of Done (DoD)
b) Add a Teams/Slack bot to remind people to update Jira
c) Estimate everything in hours
[[A: Continue using Refine Definition of Done (DoD)|XCABBACA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCABBACB]]
[[C: Estimate everything in hours|XCABBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Feature toggles/flags
c) Designated focus time
[[A: Mob programming|XCABBBAA]]
[[B: Continue using Feature toggles/flags|XCABBBAB]]
[[C: Designated focus time|XCABBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Do a value stream mapping session
c) Continue using Feature toggles/flags
[[A: Track velocity more rigorously|XCABBBBA]]
[[B: Do a value stream mapping session|XCABBBBB]]
[[C: Continue using Feature toggles/flags|XCABBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Designated focus time
c) Continue using Feature toggles/flags
[[A: Using flow metrics in retrospectives|XCABBBCA]]
[[B: Designated focus time|XCABBBCB]]
[[C: Continue using Feature toggles/flags|XCABBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Moving from Kanban to Scrum
c) Continue using Moving from Scrum to Kanban
[[A: Introduce story points|XCABBCAA]]
[[B: Moving from Kanban to Scrum|XCABBCAB]]
[[C: Continue using Moving from Scrum to Kanban|XCABBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Moving from Scrum to Kanban
c) Use Feature toggles/flags
[[A: No Deployment Fridays|XCABBCBA]]
[[B: Continue using Moving from Scrum to Kanban|XCABBCBB]]
[[C: Use Feature toggles/flags|XCABBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Moving from Kanban to Scrum
c) Longer planning sessions
[[A: Continue using Moving from Scrum to Kanban|XCABBCCA]]
[[B: Moving from Kanban to Scrum|XCABBCCB]]
[[C: Longer planning sessions|XCABBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Mob programming
c) Continue using Using flow metrics on a daily basis
[[A: Estimate using t-shirt sizing|XCABCAAA]]
[[B: Mob programming|XCABCAAB]]
[[C: Continue using Using flow metrics on a daily basis|XCABCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Story point every backlog item
c) Continue using Using flow metrics on a daily basis
[[A: Longer planning sessions|XCABCABA]]
[[B: Story point every backlog item|XCABCABB]]
[[C: Continue using Using flow metrics on a daily basis|XCABCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Using flow metrics on a daily basis
c) Moving from Kanban to Scrum
[[A: Switch from story points to time-based estimation|XCABCACA]]
[[B: Continue using Using flow metrics on a daily basis|XCABCACB]]
[[C: Moving from Kanban to Scrum|XCABCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Refine Definition of Done (DoD)
c) Add columns to kanban board
[[A: Continue using Feature toggles/flags|XCABCBAA]]
[[B: Refine Definition of Done (DoD)|XCABCBAB]]
[[C: Add columns to kanban board|XCABCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Introduce WIP limits
c) Continue using Feature toggles/flags
[[A: Estimate using t-shirt sizing|XCABCBBA]]
[[B: Introduce WIP limits|XCABCBBB]]
[[C: Continue using Feature toggles/flags|XCABCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Feature toggles/flags
c) Introduce WIP limits
[[A: Story point every backlog item|XCABCBCA]]
[[B: Continue using Feature toggles/flags|XCABCBCB]]
[[C: Introduce WIP limits|XCABCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Lower WIP limits
c) Add columns to kanban board
[[A: Continue using Switch from story points to time-based estimation|XCABCCAA]]
[[B: Lower WIP limits|XCABCCAB]]
[[C: Add columns to kanban board|XCABCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) No Deployment Fridays
c) Add columns to kanban board
[[A: Continue using Switch from story points to time-based estimation|XCABCCBA]]
[[B: No Deployment Fridays|XCABCCBB]]
[[C: Add columns to kanban board|XCABCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Track velocity more rigorously
c) Moving from Scrum to Kanban
[[A: Continue using Switch from story points to time-based estimation|XCABCCCA]]
[[B: Track velocity more rigorously|XCABCCCB]]
[[C: Moving from Scrum to Kanban|XCABCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Estimate using t-shirt sizing
c) Continue using Async standup once a week
[[A: No Deployment Fridays|XCACAAAA]]
[[B: Estimate using t-shirt sizing|XCACAAAB]]
[[C: Continue using Async standup once a week|XCACAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Async standup once a week
c) Introduce story points
[[A: Cameras on in every meeting|XCACAABA]]
[[B: Continue using Async standup once a week|XCACAABB]]
[[C: Introduce story points|XCACAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Async standup once a week - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Async standup once a week
c) Re-estimating the backlog
[[A: Rightsize work items to be <85th percentile|XCACAACA]]
[[B: Continue using Async standup once a week|XCACAACB]]
[[C: Re-estimating the backlog|XCACAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Introduce story points
c) Continue using Estimate using t-shirt sizing
[[A: Track velocity more rigorously|XCACABAA]]
[[B: Introduce story points|XCACABAB]]
[[C: Continue using Estimate using t-shirt sizing|XCACABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) No Deployment Fridays
c) Continue using Estimate using t-shirt sizing
[[A: Designated focus time|XCACABBA]]
[[B: No Deployment Fridays|XCACABBB]]
[[C: Continue using Estimate using t-shirt sizing|XCACABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Estimate using t-shirt sizing - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Estimate using t-shirt sizing
c) Start tracking % of planned vs unplanned work
[[A: Longer planning sessions|XCACABCA]]
[[B: Continue using Estimate using t-shirt sizing|XCACABCB]]
[[C: Start tracking % of planned vs unplanned work|XCACABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Using flow metrics on a daily basis
c) Async standup once a week
[[A: Continue using Introduce Definition of Ready (DoR)|XCACACAA]]
[[B: Using flow metrics on a daily basis|XCACACAB]]
[[C: Async standup once a week|XCACACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Introduce Definition of Ready (DoR)
c) Start tracking % of planned vs unplanned work
[[A: Designated "in-person" office days|XCACACBA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XCACACBB]]
[[C: Start tracking % of planned vs unplanned work|XCACACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Estimate using t-shirt sizing
c) Re-estimating the backlog
[[A: Continue using Introduce Definition of Ready (DoR)|XCACACCA]]
[[B: Estimate using t-shirt sizing|XCACACCB]]
[[C: Re-estimating the backlog|XCACACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Mob programming
c) Continue using Increase WIP limits
[[A: Re-estimating the backlog|XCACBAAA]]
[[B: Mob programming|XCACBAAB]]
[[C: Continue using Increase WIP limits|XCACBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Lower WIP limits
c) No Deployment Fridays
[[A: Continue using Increase WIP limits|XCACBABA]]
[[B: Lower WIP limits|XCACBABB]]
[[C: No Deployment Fridays|XCACBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Refine Definition of Done (DoD)
c) Continue using Increase WIP limits
[[A: Lower WIP limits|XCACBACA]]
[[B: Refine Definition of Done (DoD)|XCACBACB]]
[[C: Continue using Increase WIP limits|XCACBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Rightsize work items to be <85th percentile
c) Continue using Rotating the Scrum Master this sprint
[[A: Increase WIP limits|XCACBBAA]]
[[B: Rightsize work items to be <85th percentile|XCACBBAB]]
[[C: Continue using Rotating the Scrum Master this sprint|XCACBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Rotating the Scrum Master this sprint
c) Moving from Scrum to Kanban
[[A: Story point every backlog item|XCACBBBA]]
[[B: Continue using Rotating the Scrum Master this sprint|XCACBBBB]]
[[C: Moving from Scrum to Kanban|XCACBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Use Work Item Age to prioritise daily work
c) Track velocity more rigorously
[[A: Continue using Rotating the Scrum Master this sprint|XCACBBCA]]
[[B: Use Work Item Age to prioritise daily work|XCACBBCB]]
[[C: Track velocity more rigorously|XCACBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Mob programming
c) Story point every backlog item
[[A: Rightsize work items to be <85th percentile|XCACBCAA]]
[[B: Continue using Mob programming|XCACBCAB]]
[[C: Story point every backlog item|XCACBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Mob programming
b) Adding tasks to stories
c) Longer planning sessions
[[A: Continue using Mob programming|XCACBCBA]]
[[B: Adding tasks to stories|XCACBCBB]]
[[C: Longer planning sessions|XCACBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Mob programming
c) Moving from Scrum to Kanban
[[A: Using flow metrics in retrospectives|XCACBCCA]]
[[B: Continue using Mob programming|XCACBCCB]]
[[C: Moving from Scrum to Kanban|XCACBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Introduce story points
c) Continue using Feature toggles/flags
[[A: Designated "in-person" office days|XCACCAAA]]
[[B: Introduce story points|XCACCAAB]]
[[C: Continue using Feature toggles/flags|XCACCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Feature toggles/flags
b) Create a team canvas
c) Introduce WIP limits
[[A: Continue using Feature toggles/flags|XCACCABA]]
[[B: Create a team canvas|XCACCABB]]
[[C: Introduce WIP limits|XCACCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Designated focus time
c) Continue using Feature toggles/flags
[[A: Start tracking % of planned vs unplanned work|XCACCACA]]
[[B: Designated focus time|XCACCACB]]
[[C: Continue using Feature toggles/flags|XCACCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Designated "in-person" office days
c) Estimate everything in hours
[[A: Refine Definition of Done (DoD)|XCACCBAA]]
[[B: Continue using Designated "in-person" office days|XCACCBAB]]
[[C: Estimate everything in hours|XCACCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Designated "in-person" office days
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Longer planning sessions|XCACCBBA]]
[[B: Continue using Designated "in-person" office days|XCACCBBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCACCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Track velocity more rigorously
c) Continue using Designated "in-person" office days
[[A: Using flow metrics on a daily basis|XCACCBCA]]
[[B: Track velocity more rigorously|XCACCBCB]]
[[C: Continue using Designated "in-person" office days|XCACCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Rotating the Scrum Master this sprint
c) Create a team canvas
[[A: Continue using Adding tasks to stories|XCACCCAA]]
[[B: Rotating the Scrum Master this sprint|XCACCCAB]]
[[C: Create a team canvas|XCACCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Adding tasks to stories
c) Refine Definition of Done (DoD)
[[A: Moving from Scrum to Kanban|XCACCCBA]]
[[B: Continue using Adding tasks to stories|XCACCCBB]]
[[C: Refine Definition of Done (DoD)|XCACCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Adding tasks to stories
c) Rotating the Scrum Master this sprint
[[A: Moving from Scrum to Kanban|XCACCCCA]]
[[B: Continue using Adding tasks to stories|XCACCCCB]]
[[C: Rotating the Scrum Master this sprint|XCACCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Use Work Item Age to prioritise daily work
c) Continue using Introduce Definition of Ready (DoR)
[[A: Introduce WIP limits|XCBAAAAA]]
[[B: Use Work Item Age to prioritise daily work|XCBAAAAB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XCBAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Using flow metrics in retrospectives
c) Continue using Introduce Definition of Ready (DoR)
[[A: Using flow metrics on a daily basis|XCBAAABA]]
[[B: Using flow metrics in retrospectives|XCBAAABB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XCBAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Introduce Definition of Ready (DoR)
c) Re-estimating the backlog
[[A: Add a Teams/Slack bot to remind people to update Jira|XCBAAACA]]
[[B: Continue using Introduce Definition of Ready (DoR)|XCBAAACB]]
[[C: Re-estimating the backlog|XCBAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Continue using Longer planning sessions
c) Use Feature toggles/flags
[[A: Moving from Scrum to Kanban|XCBAABAA]]
[[B: Continue using Longer planning sessions|XCBAABAB]]
[[C: Use Feature toggles/flags|XCBAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Cameras on in every meeting
c) Continue using Longer planning sessions
[[A: Track velocity more rigorously|XCBAABBA]]
[[B: Cameras on in every meeting|XCBAABBB]]
[[C: Continue using Longer planning sessions|XCBAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Longer planning sessions
c) No Deployment Fridays
[[A: Using flow metrics in retrospectives|XCBAABCA]]
[[B: Continue using Longer planning sessions|XCBAABCB]]
[[C: No Deployment Fridays|XCBAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Designated "in-person" office days
c) Continue using Designated focus time
[[A: Estimate everything in hours|XCBAACAA]]
[[B: Designated "in-person" office days|XCBAACAB]]
[[C: Continue using Designated focus time|XCBAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Designated focus time
c) Increase WIP limits
[[A: Start tracking % of planned vs unplanned work|XCBAACBA]]
[[B: Continue using Designated focus time|XCBAACBB]]
[[C: Increase WIP limits|XCBAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Designated focus time
c) Story point every backlog item
[[A: Mob programming|XCBAACCA]]
[[B: Continue using Designated focus time|XCBAACCB]]
[[C: Story point every backlog item|XCBAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Cameras on in every meeting
c) Add columns to kanban board
[[A: Designated focus time|XCBABAAA]]
[[B: Continue using Cameras on in every meeting|XCBABAAB]]
[[C: Add columns to kanban board|XCBABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Cameras on in every meeting
c) Introduce WIP limits
[[A: Introduce Definition of Ready (DoR)|XCBABABA]]
[[B: Continue using Cameras on in every meeting|XCBABABB]]
[[C: Introduce WIP limits|XCBABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics in retrospectives
b) Continue using Cameras on in every meeting
c) Introduce WIP limits
[[A: Using flow metrics in retrospectives|XCBABACA]]
[[B: Continue using Cameras on in every meeting|XCBABACB]]
[[C: Introduce WIP limits|XCBABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) Create a team canvas
c) Moving from Scrum to Kanban
[[A: Continue using Re-estimating the backlog|XCBABBAA]]
[[B: Create a team canvas|XCBABBAB]]
[[C: Moving from Scrum to Kanban|XCBABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Longer planning sessions
c) Continue using Re-estimating the backlog
[[A: No Deployment Fridays|XCBABBBA]]
[[B: Longer planning sessions|XCBABBBB]]
[[C: Continue using Re-estimating the backlog|XCBABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Re-estimating the backlog
c) Start tracking % of planned vs unplanned work
[[A: Lower WIP limits|XCBABBCA]]
[[B: Continue using Re-estimating the backlog|XCBABBCB]]
[[C: Start tracking % of planned vs unplanned work|XCBABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Longer planning sessions
c) Introduce WIP limits
[[A: Designated focus time|XCBABCAA]]
[[B: Continue using Longer planning sessions|XCBABCAB]]
[[C: Introduce WIP limits|XCBABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Longer planning sessions
c) Cameras on in every meeting
[[A: Add a Teams/Slack bot to remind people to update Jira|XCBABCBA]]
[[B: Continue using Longer planning sessions|XCBABCBB]]
[[C: Cameras on in every meeting|XCBABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Longer planning sessions
b) Rotating the Scrum Master this sprint
c) Re-estimating the backlog
[[A: Continue using Longer planning sessions|XCBABCCA]]
[[B: Rotating the Scrum Master this sprint|XCBABCCB]]
[[C: Re-estimating the backlog|XCBABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Pair programming
c) Use Work Item Age to prioritise daily work
[[A: Use Feature toggles/flags|XCBACAAA]]
[[B: Continue using Pair programming|XCBACAAB]]
[[C: Use Work Item Age to prioritise daily work|XCBACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Designated focus time
c) Continue using Pair programming
[[A: Moving from Scrum to Kanban|XCBACABA]]
[[B: Designated focus time|XCBACABB]]
[[C: Continue using Pair programming|XCBACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Moving from Scrum to Kanban
c) Continue using Pair programming
[[A: Estimate using t-shirt sizing|XCBACACA]]
[[B: Moving from Scrum to Kanban|XCBACACB]]
[[C: Continue using Pair programming|XCBACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Adding tasks to stories
c) Continue using Re-estimating the backlog
[[A: No Deployment Fridays|XCBACBAA]]
[[B: Adding tasks to stories|XCBACBAB]]
[[C: Continue using Re-estimating the backlog|XCBACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Track velocity more rigorously
c) Continue using Re-estimating the backlog
[[A: Lower WIP limits|XCBACBBA]]
[[B: Track velocity more rigorously|XCBACBBB]]
[[C: Continue using Re-estimating the backlog|XCBACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) Story point every backlog item
c) Designated focus time
[[A: Continue using Re-estimating the backlog|XCBACBCA]]
[[B: Story point every backlog item|XCBACBCB]]
[[C: Designated focus time|XCBACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Story point every backlog item
c) Estimate everything in hours
[[A: No Deployment Fridays|XCBACCAA]]
[[B: Continue using Story point every backlog item|XCBACCAB]]
[[C: Estimate everything in hours|XCBACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Continue using Story point every backlog item
c) Do a value stream mapping session
[[A: Designated focus time|XCBACCBA]]
[[B: Continue using Story point every backlog item|XCBACCBB]]
[[C: Do a value stream mapping session|XCBACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Story point every backlog item - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Continue using Story point every backlog item
c) Add columns to kanban board
[[A: Lower WIP limits|XCBACCCA]]
[[B: Continue using Story point every backlog item|XCBACCCB]]
[[C: Add columns to kanban board|XCBACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) No Deployment Fridays
c) Adding tasks to stories
[[A: Continue using Moving from Scrum to Kanban|XCBBAAAA]]
[[B: No Deployment Fridays|XCBBAAAB]]
[[C: Adding tasks to stories|XCBBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Continue using Moving from Scrum to Kanban
c) Introduce Definition of Ready (DoR)
[[A: Moving from Kanban to Scrum|XCBBAABA]]
[[B: Continue using Moving from Scrum to Kanban|XCBBAABB]]
[[C: Introduce Definition of Ready (DoR)|XCBBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Introduce WIP limits
c) Use Work Item Age to prioritise daily work
[[A: Continue using Moving from Scrum to Kanban|XCBBAACA]]
[[B: Introduce WIP limits|XCBBAACB]]
[[C: Use Work Item Age to prioritise daily work|XCBBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Use Work Item Age to prioritise daily work
c) Adding tasks to stories
[[A: Continue using Using flow metrics in retrospectives|XCBBABAA]]
[[B: Use Work Item Age to prioritise daily work|XCBBABAB]]
[[C: Adding tasks to stories|XCBBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Designated "in-person" office days
c) Do a value stream mapping session
[[A: Continue using Using flow metrics in retrospectives|XCBBABBA]]
[[B: Designated "in-person" office days|XCBBABBB]]
[[C: Do a value stream mapping session|XCBBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics in retrospectives
b) Do a value stream mapping session
c) Add columns to kanban board
[[A: Continue using Using flow metrics in retrospectives|XCBBABCA]]
[[B: Do a value stream mapping session|XCBBABCB]]
[[C: Add columns to kanban board|XCBBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Use Work Item Age to prioritise daily work
c) Continue using Adding tasks to stories
[[A: Lower WIP limits|XCBBACAA]]
[[B: Use Work Item Age to prioritise daily work|XCBBACAB]]
[[C: Continue using Adding tasks to stories|XCBBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Use Feature toggles/flags
c) Create a team canvas
[[A: Continue using Adding tasks to stories|XCBBACBA]]
[[B: Use Feature toggles/flags|XCBBACBB]]
[[C: Create a team canvas|XCBBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Use Feature toggles/flags
c) Async standup once a week
[[A: Continue using Adding tasks to stories|XCBBACCA]]
[[B: Use Feature toggles/flags|XCBBACCB]]
[[C: Async standup once a week|XCBBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Increase WIP limits
c) Use Work Item Age to prioritise daily work
[[A: Rotating the Scrum Master this sprint|XCBBBAAA]]
[[B: Continue using Increase WIP limits|XCBBBAAB]]
[[C: Use Work Item Age to prioritise daily work|XCBBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Introduce Definition of Ready (DoR)
c) Designated focus time
[[A: Continue using Increase WIP limits|XCBBBABA]]
[[B: Introduce Definition of Ready (DoR)|XCBBBABB]]
[[C: Designated focus time|XCBBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Increase WIP limits
b) Introduce WIP limits
c) Story point every backlog item
[[A: Continue using Increase WIP limits|XCBBBACA]]
[[B: Introduce WIP limits|XCBBBACB]]
[[C: Story point every backlog item|XCBBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Work Item Age to prioritise daily work
c) Longer planning sessions
[[A: No Deployment Fridays|XCBBBBAA]]
[[B: Continue using Work Item Age to prioritise daily work|XCBBBBAB]]
[[C: Longer planning sessions|XCBBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Continue using Work Item Age to prioritise daily work
c) Using flow metrics on a daily basis
[[A: Story point every backlog item|XCBBBBBA]]
[[B: Continue using Work Item Age to prioritise daily work|XCBBBBBB]]
[[C: Using flow metrics on a daily basis|XCBBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Rightsize work items to be <85th percentile
c) Continue using Work Item Age to prioritise daily work
[[A: Adding tasks to stories|XCBBBBCA]]
[[B: Rightsize work items to be <85th percentile|XCBBBBCB]]
[[C: Continue using Work Item Age to prioritise daily work|XCBBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Moving from Kanban to Scrum
c) Continue using Re-estimating the backlog
[[A: Estimate using t-shirt sizing|XCBBBCAA]]
[[B: Moving from Kanban to Scrum|XCBBBCAB]]
[[C: Continue using Re-estimating the backlog|XCBBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Re-estimating the backlog
b) No Deployment Fridays
c) Refine Definition of Done (DoD)
[[A: Continue using Re-estimating the backlog|XCBBBCBA]]
[[B: No Deployment Fridays|XCBBBCBB]]
[[C: Refine Definition of Done (DoD)|XCBBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Re-estimating the backlog - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Estimate everything in hours
c) Continue using Re-estimating the backlog
[[A: Introduce story points|XCBBBCCA]]
[[B: Estimate everything in hours|XCBBBCCB]]
[[C: Continue using Re-estimating the backlog|XCBBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Continue using Increase WIP limits
c) Switch from story points to time-based estimation
[[A: Use Work Item Age to prioritise daily work|XCBBCAAA]]
[[B: Continue using Increase WIP limits|XCBBCAAB]]
[[C: Switch from story points to time-based estimation|XCBBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Introduce WIP limits
c) Continue using Increase WIP limits
[[A: Async standup once a week|XCBBCABA]]
[[B: Introduce WIP limits|XCBBCABB]]
[[C: Continue using Increase WIP limits|XCBBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Create a team canvas
c) Continue using Increase WIP limits
[[A: Async standup once a week|XCBBCACA]]
[[B: Create a team canvas|XCBBCACB]]
[[C: Continue using Increase WIP limits|XCBBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Designated "in-person" office days
c) Using flow metrics on a daily basis
[[A: Continue using Designated focus time|XCBBCBAA]]
[[B: Designated "in-person" office days|XCBBCBAB]]
[[C: Using flow metrics on a daily basis|XCBBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Pair programming
c) Switch from story points to time-based estimation
[[A: Continue using Designated focus time|XCBBCBBA]]
[[B: Pair programming|XCBBCBBB]]
[[C: Switch from story points to time-based estimation|XCBBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Continue using Designated focus time
c) Estimate everything in hours
[[A: Use Work Item Age to prioritise daily work|XCBBCBCA]]
[[B: Continue using Designated focus time|XCBBCBCB]]
[[C: Estimate everything in hours|XCBBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Rotating the Scrum Master this sprint
c) Continue using Add columns to kanban board
[[A: Re-estimating the backlog|XCBBCCAA]]
[[B: Rotating the Scrum Master this sprint|XCBBCCAB]]
[[C: Continue using Add columns to kanban board|XCBBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Rightsize work items to be <85th percentile
c) Continue using Add columns to kanban board
[[A: Do a value stream mapping session|XCBBCCBA]]
[[B: Rightsize work items to be <85th percentile|XCBBCCBB]]
[[C: Continue using Add columns to kanban board|XCBBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Continue using Add columns to kanban board
c) Using flow metrics in retrospectives
[[A: Designated "in-person" office days|XCBBCCCA]]
[[B: Continue using Add columns to kanban board|XCBBCCCB]]
[[C: Using flow metrics in retrospectives|XCBBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Switch from story points to time-based estimation
c) Continue using Adding tasks to stories
[[A: Introduce story points|XCBCAAAA]]
[[B: Switch from story points to time-based estimation|XCBCAAAB]]
[[C: Continue using Adding tasks to stories|XCBCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Continue using Adding tasks to stories
c) Track velocity more rigorously
[[A: Use Work Item Age to prioritise daily work|XCBCAABA]]
[[B: Continue using Adding tasks to stories|XCBCAABB]]
[[C: Track velocity more rigorously|XCBCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Moving from Kanban to Scrum
c) Continue using Adding tasks to stories
[[A: No Deployment Fridays|XCBCAACA]]
[[B: Moving from Kanban to Scrum|XCBCAACB]]
[[C: Continue using Adding tasks to stories|XCBCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Lower WIP limits
c) Continue using Designated focus time
[[A: Designated "in-person" office days|XCBCABAA]]
[[B: Lower WIP limits|XCBCABAB]]
[[C: Continue using Designated focus time|XCBCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated focus time
b) Async standup once a week
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Designated focus time|XCBCABBA]]
[[B: Async standup once a week|XCBCABBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCBCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated focus time - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Continue using Designated focus time
c) Estimate using t-shirt sizing
[[A: No Deployment Fridays|XCBCABCA]]
[[B: Continue using Designated focus time|XCBCABCB]]
[[C: Estimate using t-shirt sizing|XCBCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Using flow metrics in retrospectives
c) Increase WIP limits
[[A: Rotating the Scrum Master this sprint|XCBCACAA]]
[[B: Continue using Using flow metrics in retrospectives|XCBCACAB]]
[[C: Increase WIP limits|XCBCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Pair programming
c) Continue using Using flow metrics in retrospectives
[[A: Introduce story points|XCBCACBA]]
[[B: Pair programming|XCBCACBB]]
[[C: Continue using Using flow metrics in retrospectives|XCBCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics in retrospectives - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Using flow metrics on a daily basis
c) Continue using Using flow metrics in retrospectives
[[A: Pair programming|XCBCACCA]]
[[B: Using flow metrics on a daily basis|XCBCACCB]]
[[C: Continue using Using flow metrics in retrospectives|XCBCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Designated "in-person" office days
c) Story point every backlog item
[[A: Refine Definition of Done (DoD)|XCBCBAAA]]
[[B: Continue using Designated "in-person" office days|XCBCBAAB]]
[[C: Story point every backlog item|XCBCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) No Deployment Fridays
c) Rotating the Scrum Master this sprint
[[A: Continue using Designated "in-person" office days|XCBCBABA]]
[[B: No Deployment Fridays|XCBCBABB]]
[[C: Rotating the Scrum Master this sprint|XCBCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Mob programming
c) Create a team canvas
[[A: Continue using Designated "in-person" office days|XCBCBACA]]
[[B: Mob programming|XCBCBACB]]
[[C: Create a team canvas|XCBCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using No Deployment Fridays
c) Introduce story points
[[A: Re-estimating the backlog|XCBCBBAA]]
[[B: Continue using No Deployment Fridays|XCBCBBAB]]
[[C: Introduce story points|XCBCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Continue using No Deployment Fridays
c) Longer planning sessions
[[A: Increase WIP limits|XCBCBBBA]]
[[B: Continue using No Deployment Fridays|XCBCBBBB]]
[[C: Longer planning sessions|XCBCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Scrum to Kanban
b) Add columns to kanban board
c) Continue using No Deployment Fridays
[[A: Moving from Scrum to Kanban|XCBCBBCA]]
[[B: Add columns to kanban board|XCBCBBCB]]
[[C: Continue using No Deployment Fridays|XCBCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Switch from story points to time-based estimation
b) Continue using Lower WIP limits
c) Moving from Kanban to Scrum
[[A: Switch from story points to time-based estimation|XCBCBCAA]]
[[B: Continue using Lower WIP limits|XCBCBCAB]]
[[C: Moving from Kanban to Scrum|XCBCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Lower WIP limits
b) Start tracking % of planned vs unplanned work
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Lower WIP limits|XCBCBCBA]]
[[B: Start tracking % of planned vs unplanned work|XCBCBCBB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCBCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Lower WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Lower WIP limits
c) Do a value stream mapping session
[[A: Add a Teams/Slack bot to remind people to update Jira|XCBCBCCA]]
[[B: Continue using Lower WIP limits|XCBCBCCB]]
[[C: Do a value stream mapping session|XCBCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Start tracking % of planned vs unplanned work
c) Continue using Refine Definition of Done (DoD)
[[A: Pair programming|XCBCCAAA]]
[[B: Start tracking % of planned vs unplanned work|XCBCCAAB]]
[[C: Continue using Refine Definition of Done (DoD)|XCBCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Designated "in-person" office days
c) Continue using Refine Definition of Done (DoD)
[[A: Designated focus time|XCBCCABA]]
[[B: Designated "in-person" office days|XCBCCABB]]
[[C: Continue using Refine Definition of Done (DoD)|XCBCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Refine Definition of Done (DoD) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Lower WIP limits
b) Switch from story points to time-based estimation
c) Continue using Refine Definition of Done (DoD)
[[A: Lower WIP limits|XCBCCACA]]
[[B: Switch from story points to time-based estimation|XCBCCACB]]
[[C: Continue using Refine Definition of Done (DoD)|XCBCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Track velocity more rigorously
c) Continue using Feature toggles/flags
[[A: Add a Teams/Slack bot to remind people to update Jira|XCBCCBAA]]
[[B: Track velocity more rigorously|XCBCCBAB]]
[[C: Continue using Feature toggles/flags|XCBCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Rotating the Scrum Master this sprint
c) Continue using Feature toggles/flags
[[A: Add columns to kanban board|XCBCCBBA]]
[[B: Rotating the Scrum Master this sprint|XCBCCBBB]]
[[C: Continue using Feature toggles/flags|XCBCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Continue using Feature toggles/flags
c) Re-estimating the backlog
[[A: Do a value stream mapping session|XCBCCBCA]]
[[B: Continue using Feature toggles/flags|XCBCCBCB]]
[[C: Re-estimating the backlog|XCBCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Cameras on in every meeting
b) Continue using Pair programming
c) Rightsize work items to be <85th percentile
[[A: Cameras on in every meeting|XCBCCCAA]]
[[B: Continue using Pair programming|XCBCCCAB]]
[[C: Rightsize work items to be <85th percentile|XCBCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Switch from story points to time-based estimation
c) Continue using Pair programming
[[A: Track velocity more rigorously|XCBCCCBA]]
[[B: Switch from story points to time-based estimation|XCBCCCBB]]
[[C: Continue using Pair programming|XCBCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Pair programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Pair programming
b) Using flow metrics on a daily basis
c) Estimate using t-shirt sizing
[[A: Continue using Pair programming|XCBCCCCA]]
[[B: Using flow metrics on a daily basis|XCBCCCCB]]
[[C: Estimate using t-shirt sizing|XCBCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add columns to kanban board
b) Use Work Item Age to prioritise daily work
c) Introduce story points
[[A: Continue using Add columns to kanban board|XCCAAAAA]]
[[B: Use Work Item Age to prioritise daily work|XCCAAAAB]]
[[C: Introduce story points|XCCAAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Add columns to kanban board
b) No Deployment Fridays
c) Moving from Scrum to Kanban
[[A: Continue using Add columns to kanban board|XCCAAABA]]
[[B: No Deployment Fridays|XCCAAABB]]
[[C: Moving from Scrum to Kanban|XCCAAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add columns to kanban board - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Add columns to kanban board
c) Rotating the Scrum Master this sprint
[[A: Introduce story points|XCCAAACA]]
[[B: Continue using Add columns to kanban board|XCCAAACB]]
[[C: Rotating the Scrum Master this sprint|XCCAAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Do a value stream mapping session
c) Introduce story points
[[A: Continue using Adding tasks to stories|XCCAABAA]]
[[B: Do a value stream mapping session|XCCAABAB]]
[[C: Introduce story points|XCCAABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Continue using Adding tasks to stories
c) Start tracking % of planned vs unplanned work
[[A: Pair programming|XCCAABBA]]
[[B: Continue using Adding tasks to stories|XCCAABBB]]
[[C: Start tracking % of planned vs unplanned work|XCCAABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Adding tasks to stories - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Adding tasks to stories
b) Refine Definition of Done (DoD)
c) Using flow metrics on a daily basis
[[A: Continue using Adding tasks to stories|XCCAABCA]]
[[B: Refine Definition of Done (DoD)|XCCAABCB]]
[[C: Using flow metrics on a daily basis|XCCAABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Create a team canvas
c) Continue using Feature toggles/flags
[[A: Mob programming|XCCAACAA]]
[[B: Create a team canvas|XCCAACAB]]
[[C: Continue using Feature toggles/flags|XCCAACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Using flow metrics on a daily basis
c) Continue using Feature toggles/flags
[[A: Introduce Definition of Ready (DoR)|XCCAACBA]]
[[B: Using flow metrics on a daily basis|XCCAACBB]]
[[C: Continue using Feature toggles/flags|XCCAACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Adding tasks to stories
b) Create a team canvas
c) Continue using Feature toggles/flags
[[A: Adding tasks to stories|XCCAACCA]]
[[B: Create a team canvas|XCCAACCB]]
[[C: Continue using Feature toggles/flags|XCCAACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using No Deployment Fridays
c) Async standup once a week
[[A: Mob programming|XCCABAAA]]
[[B: Continue using No Deployment Fridays|XCCABAAB]]
[[C: Async standup once a week|XCCABAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Designated focus time
c) Continue using No Deployment Fridays
[[A: Designated "in-person" office days|XCCABABA]]
[[B: Designated focus time|XCCABABB]]
[[C: Continue using No Deployment Fridays|XCCABABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - No Deployment Fridays - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Create a team canvas
c) Continue using No Deployment Fridays
[[A: Increase WIP limits|XCCABACA]]
[[B: Create a team canvas|XCCABACB]]
[[C: Continue using No Deployment Fridays|XCCABACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Using flow metrics on a daily basis
b) Estimate everything in hours
c) Adding tasks to stories
[[A: Continue using Using flow metrics on a daily basis|XCCABBAA]]
[[B: Estimate everything in hours|XCCABBAB]]
[[C: Adding tasks to stories|XCCABBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) No Deployment Fridays
b) Moving from Kanban to Scrum
c) Continue using Using flow metrics on a daily basis
[[A: No Deployment Fridays|XCCABBBA]]
[[B: Moving from Kanban to Scrum|XCCABBBB]]
[[C: Continue using Using flow metrics on a daily basis|XCCABBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Using flow metrics on a daily basis - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate everything in hours
b) Refine Definition of Done (DoD)
c) Continue using Using flow metrics on a daily basis
[[A: Estimate everything in hours|XCCABBCA]]
[[B: Refine Definition of Done (DoD)|XCCABBCB]]
[[C: Continue using Using flow metrics on a daily basis|XCCABBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Moving from Kanban to Scrum
c) Using flow metrics on a daily basis
[[A: Use Feature toggles/flags|XCCABCAA]]
[[B: Continue using Moving from Kanban to Scrum|XCCABCAB]]
[[C: Using flow metrics on a daily basis|XCCABCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Estimate everything in hours
c) Continue using Moving from Kanban to Scrum
[[A: Introduce WIP limits|XCCABCBA]]
[[B: Estimate everything in hours|XCCABCBB]]
[[C: Continue using Moving from Kanban to Scrum|XCCABCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Moving from Kanban to Scrum
c) Introduce Definition of Ready (DoR)
[[A: Track velocity more rigorously|XCCABCCA]]
[[B: Continue using Moving from Kanban to Scrum|XCCABCCB]]
[[C: Introduce Definition of Ready (DoR)|XCCABCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Introduce story points
[[A: Introduce Definition of Ready (DoR)|XCCACAAA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XCCACAAB]]
[[C: Introduce story points|XCCACAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Designated focus time
c) Continue using Add a Teams/Slack bot to remind people to update Jira
[[A: Use Feature toggles/flags|XCCACABA]]
[[B: Designated focus time|XCCACABB]]
[[C: Continue using Add a Teams/Slack bot to remind people to update Jira|XCCACABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Add a Teams/Slack bot to remind people to update Jira - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Add a Teams/Slack bot to remind people to update Jira
c) Story point every backlog item
[[A: Track velocity more rigorously|XCCACACA]]
[[B: Continue using Add a Teams/Slack bot to remind people to update Jira|XCCACACB]]
[[C: Story point every backlog item|XCCACACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Feature toggles/flags
c) Use Work Item Age to prioritise daily work
[[A: Mob programming|XCCACBAA]]
[[B: Continue using Feature toggles/flags|XCCACBAB]]
[[C: Use Work Item Age to prioritise daily work|XCCACBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Continue using Feature toggles/flags
c) Designated "in-person" office days
[[A: Introduce story points|XCCACBBA]]
[[B: Continue using Feature toggles/flags|XCCACBBB]]
[[C: Designated "in-person" office days|XCCACBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Feature toggles/flags - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rotating the Scrum Master this sprint
b) Continue using Feature toggles/flags
c) Add columns to kanban board
[[A: Rotating the Scrum Master this sprint|XCCACBCA]]
[[B: Continue using Feature toggles/flags|XCCACBCB]]
[[C: Add columns to kanban board|XCCACBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Async standup once a week
b) Mob programming
c) Continue using Track velocity more rigorously
[[A: Async standup once a week|XCCACCAA]]
[[B: Mob programming|XCCACCAB]]
[[C: Continue using Track velocity more rigorously|XCCACCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Continue using Track velocity more rigorously
c) Use Feature toggles/flags
[[A: Create a team canvas|XCCACCBA]]
[[B: Continue using Track velocity more rigorously|XCCACCBB]]
[[C: Use Feature toggles/flags|XCCACCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Track velocity more rigorously - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Pair programming
c) Continue using Track velocity more rigorously
[[A: Introduce story points|XCCACCCA]]
[[B: Pair programming|XCCACCCB]]
[[C: Continue using Track velocity more rigorously|XCCACCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Continue using Rotating the Scrum Master this sprint
c) Introduce story points
[[A: Track velocity more rigorously|XCCBAAAA]]
[[B: Continue using Rotating the Scrum Master this sprint|XCCBAAAB]]
[[C: Introduce story points|XCCBAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add a Teams/Slack bot to remind people to update Jira
b) Continue using Rotating the Scrum Master this sprint
c) Using flow metrics in retrospectives
[[A: Add a Teams/Slack bot to remind people to update Jira|XCCBAABA]]
[[B: Continue using Rotating the Scrum Master this sprint|XCCBAABB]]
[[C: Using flow metrics in retrospectives|XCCBAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Mob programming
c) Introduce Definition of Ready (DoR)
[[A: Continue using Rotating the Scrum Master this sprint|XCCBAACA]]
[[B: Mob programming|XCCBAACB]]
[[C: Introduce Definition of Ready (DoR)|XCCBAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Moving from Scrum to Kanban
c) Introduce Definition of Ready (DoR)
[[A: Continue using Designated "in-person" office days|XCCBABAA]]
[[B: Moving from Scrum to Kanban|XCCBABAB]]
[[C: Introduce Definition of Ready (DoR)|XCCBABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Refine Definition of Done (DoD)
c) Continue using Designated "in-person" office days
[[A: Introduce Definition of Ready (DoR)|XCCBABBA]]
[[B: Refine Definition of Done (DoD)|XCCBABBB]]
[[C: Continue using Designated "in-person" office days|XCCBABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Designated "in-person" office days - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Designated "in-person" office days
b) Estimate using t-shirt sizing
c) Re-estimating the backlog
[[A: Continue using Designated "in-person" office days|XCCBABCA]]
[[B: Estimate using t-shirt sizing|XCCBABCB]]
[[C: Re-estimating the backlog|XCCBABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Mob programming
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Rightsize work items to be <85th percentile|XCCBACAA]]
[[B: Continue using Mob programming|XCCBACAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCCBACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Mob programming
b) Moving from Kanban to Scrum
c) Story point every backlog item
[[A: Continue using Mob programming|XCCBACBA]]
[[B: Moving from Kanban to Scrum|XCCBACBB]]
[[C: Story point every backlog item|XCCBACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Mob programming - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Create a team canvas
b) Using flow metrics in retrospectives
c) Continue using Mob programming
[[A: Create a team canvas|XCCBACCA]]
[[B: Using flow metrics in retrospectives|XCCBACCB]]
[[C: Continue using Mob programming|XCCBACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Work Item Age to prioritise daily work
b) Do a value stream mapping session
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Work Item Age to prioritise daily work|XCCBBAAA]]
[[B: Do a value stream mapping session|XCCBBAAB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCCBBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Work Item Age to prioritise daily work
c) Introduce Definition of Ready (DoR)
[[A: Refine Definition of Done (DoD)|XCCBBABA]]
[[B: Continue using Work Item Age to prioritise daily work|XCCBBABB]]
[[C: Introduce Definition of Ready (DoR)|XCCBBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Use Work Item Age to prioritise daily work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Adding tasks to stories
c) Continue using Work Item Age to prioritise daily work
[[A: Do a value stream mapping session|XCCBBACA]]
[[B: Adding tasks to stories|XCCBBACB]]
[[C: Continue using Work Item Age to prioritise daily work|XCCBBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Lower WIP limits
c) Designated focus time
[[A: Continue using Introduce story points|XCCBBBAA]]
[[B: Lower WIP limits|XCCBBBAB]]
[[C: Designated focus time|XCCBBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce Definition of Ready (DoR)
b) Continue using Introduce story points
c) Refine Definition of Done (DoD)
[[A: Introduce Definition of Ready (DoR)|XCCBBBBA]]
[[B: Continue using Introduce story points|XCCBBBBB]]
[[C: Refine Definition of Done (DoD)|XCCBBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Add a Teams/Slack bot to remind people to update Jira
c) Refine Definition of Done (DoD)
[[A: Continue using Introduce story points|XCCBBBCA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCBBBCB]]
[[C: Refine Definition of Done (DoD)|XCCBBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Continue using Start tracking % of planned vs unplanned work
c) Story point every backlog item
[[A: Refine Definition of Done (DoD)|XCCBBCAA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XCCBBCAB]]
[[C: Story point every backlog item|XCCBBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Start tracking % of planned vs unplanned work
c) Refine Definition of Done (DoD)
[[A: Re-estimating the backlog|XCCBBCBA]]
[[B: Continue using Start tracking % of planned vs unplanned work|XCCBBCBB]]
[[C: Refine Definition of Done (DoD)|XCCBBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Start tracking % of planned vs unplanned work - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Start tracking % of planned vs unplanned work
b) Rightsize work items to be <85th percentile
c) Moving from Kanban to Scrum
[[A: Continue using Start tracking % of planned vs unplanned work|XCCBBCCA]]
[[B: Rightsize work items to be <85th percentile|XCCBBCCB]]
[[C: Moving from Kanban to Scrum|XCCBBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Rightsize work items to be <85th percentile
c) Continue using Longer planning sessions
[[A: Story point every backlog item|XCCBCAAA]]
[[B: Rightsize work items to be <85th percentile|XCCBCAAB]]
[[C: Continue using Longer planning sessions|XCCBCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Pair programming
b) Moving from Scrum to Kanban
c) Continue using Longer planning sessions
[[A: Pair programming|XCCBCABA]]
[[B: Moving from Scrum to Kanban|XCCBCABB]]
[[C: Continue using Longer planning sessions|XCCBCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Refine Definition of Done (DoD)
b) Use Work Item Age to prioritise daily work
c) Continue using Longer planning sessions
[[A: Refine Definition of Done (DoD)|XCCBCACA]]
[[B: Use Work Item Age to prioritise daily work|XCCBCACB]]
[[C: Continue using Longer planning sessions|XCCBCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Create a team canvas
b) Track velocity more rigorously
c) Introduce story points
[[A: Continue using Create a team canvas|XCCBCBAA]]
[[B: Track velocity more rigorously|XCCBCBAB]]
[[C: Introduce story points|XCCBCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Create a team canvas
c) Pair programming
[[A: Mob programming|XCCBCBBA]]
[[B: Continue using Create a team canvas|XCCBCBBB]]
[[C: Pair programming|XCCBCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Create a team canvas - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Add columns to kanban board
b) Continue using Create a team canvas
c) Start tracking % of planned vs unplanned work
[[A: Add columns to kanban board|XCCBCBCA]]
[[B: Continue using Create a team canvas|XCCBCBCB]]
[[C: Start tracking % of planned vs unplanned work|XCCBCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Re-estimating the backlog
c) Continue using Moving from Kanban to Scrum
[[A: Using flow metrics on a daily basis|XCCBCCAA]]
[[B: Re-estimating the backlog|XCCBCCAB]]
[[C: Continue using Moving from Kanban to Scrum|XCCBCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Kanban to Scrum
b) Using flow metrics in retrospectives
c) Introduce WIP limits
[[A: Continue using Moving from Kanban to Scrum|XCCBCCBA]]
[[B: Using flow metrics in retrospectives|XCCBCCBB]]
[[C: Introduce WIP limits|XCCBCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Kanban to Scrum - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Longer planning sessions
b) Continue using Moving from Kanban to Scrum
c) Story point every backlog item
[[A: Longer planning sessions|XCCBCCCA]]
[[B: Continue using Moving from Kanban to Scrum|XCCBCCCB]]
[[C: Story point every backlog item|XCCBCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Work Item Age to prioritise daily work
b) Designated focus time
c) Continue using Increase WIP limits
[[A: Use Work Item Age to prioritise daily work|XCCCAAAA]]
[[B: Designated focus time|XCCCAAAB]]
[[C: Continue using Increase WIP limits|XCCCAAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce story points
b) Introduce WIP limits
c) Continue using Increase WIP limits
[[A: Introduce story points|XCCCAABA]]
[[B: Introduce WIP limits|XCCCAABB]]
[[C: Continue using Increase WIP limits|XCCCAABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Increase WIP limits - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Story point every backlog item
b) Using flow metrics in retrospectives
c) Continue using Increase WIP limits
[[A: Story point every backlog item|XCCCAACA]]
[[B: Using flow metrics in retrospectives|XCCCAACB]]
[[C: Continue using Increase WIP limits|XCCCAACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Estimate using t-shirt sizing
b) Continue using Introduce story points
c) Rotating the Scrum Master this sprint
[[A: Estimate using t-shirt sizing|XCCCABAA]]
[[B: Continue using Introduce story points|XCCCABAB]]
[[C: Rotating the Scrum Master this sprint|XCCCABAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Async standup once a week
c) Create a team canvas
[[A: Continue using Introduce story points|XCCCABBA]]
[[B: Async standup once a week|XCCCABBB]]
[[C: Create a team canvas|XCCCABBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce story points - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce story points
b) Introduce WIP limits
c) Rightsize work items to be <85th percentile
[[A: Continue using Introduce story points|XCCCABCA]]
[[B: Introduce WIP limits|XCCCABCB]]
[[C: Rightsize work items to be <85th percentile|XCCCABCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Re-estimating the backlog
b) Continue using Switch from story points to time-based estimation
c) Introduce story points
[[A: Re-estimating the backlog|XCCCACAA]]
[[B: Continue using Switch from story points to time-based estimation|XCCCACAB]]
[[C: Introduce story points|XCCCACAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Story point every backlog item
c) Do a value stream mapping session
[[A: Continue using Switch from story points to time-based estimation|XCCCACBA]]
[[B: Story point every backlog item|XCCCACBB]]
[[C: Do a value stream mapping session|XCCCACBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Introduce Definition of Ready (DoR)
c) Create a team canvas
[[A: Continue using Switch from story points to time-based estimation|XCCCACCA]]
[[B: Introduce Definition of Ready (DoR)|XCCCACCB]]
[[C: Create a team canvas|XCCCACCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Rightsize work items to be <85th percentile
b) Continue using Longer planning sessions
c) Introduce WIP limits
[[A: Rightsize work items to be <85th percentile|XCCCBAAA]]
[[B: Continue using Longer planning sessions|XCCCBAAB]]
[[C: Introduce WIP limits|XCCCBAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Track velocity more rigorously
b) Switch from story points to time-based estimation
c) Continue using Longer planning sessions
[[A: Track velocity more rigorously|XCCCBABA]]
[[B: Switch from story points to time-based estimation|XCCCBABB]]
[[C: Continue using Longer planning sessions|XCCCBABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Longer planning sessions - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Use Feature toggles/flags
b) Continue using Longer planning sessions
c) Estimate using t-shirt sizing
[[A: Use Feature toggles/flags|XCCCBACA]]
[[B: Continue using Longer planning sessions|XCCCBACB]]
[[C: Estimate using t-shirt sizing|XCCCBACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Using flow metrics on a daily basis
b) Add a Teams/Slack bot to remind people to update Jira
c) Continue using Rotating the Scrum Master this sprint
[[A: Using flow metrics on a daily basis|XCCCBBAA]]
[[B: Add a Teams/Slack bot to remind people to update Jira|XCCCBBAB]]
[[C: Continue using Rotating the Scrum Master this sprint|XCCCBBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Moving from Kanban to Scrum
b) Using flow metrics on a daily basis
c) Continue using Rotating the Scrum Master this sprint
[[A: Moving from Kanban to Scrum|XCCCBBBA]]
[[B: Using flow metrics on a daily basis|XCCCBBBB]]
[[C: Continue using Rotating the Scrum Master this sprint|XCCCBBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Rotating the Scrum Master this sprint - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Rotating the Scrum Master this sprint
b) Use Work Item Age to prioritise daily work
c) Story point every backlog item
[[A: Continue using Rotating the Scrum Master this sprint|XCCCBBCA]]
[[B: Use Work Item Age to prioritise daily work|XCCCBBCB]]
[[C: Story point every backlog item|XCCCBBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Do a value stream mapping session
b) Adding tasks to stories
c) Continue using Cameras on in every meeting
[[A: Do a value stream mapping session|XCCCBCAA]]
[[B: Adding tasks to stories|XCCCBCAB]]
[[C: Continue using Cameras on in every meeting|XCCCBCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Increase WIP limits
b) Moving from Kanban to Scrum
c) Continue using Cameras on in every meeting
[[A: Increase WIP limits|XCCCBCBA]]
[[B: Moving from Kanban to Scrum|XCCCBCBB]]
[[C: Continue using Cameras on in every meeting|XCCCBCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Cameras on in every meeting - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Mob programming
b) Continue using Cameras on in every meeting
c) Switch from story points to time-based estimation
[[A: Mob programming|XCCCBCCA]]
[[B: Continue using Cameras on in every meeting|XCCCBCCB]]
[[C: Switch from story points to time-based estimation|XCCCBCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Moving from Kanban to Scrum
c) Adding tasks to stories
[[A: Continue using Switch from story points to time-based estimation|XCCCCAAA]]
[[B: Moving from Kanban to Scrum|XCCCCAAB]]
[[C: Adding tasks to stories|XCCCCAAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Switch from story points to time-based estimation
b) Longer planning sessions
c) Increase WIP limits
[[A: Continue using Switch from story points to time-based estimation|XCCCCABA]]
[[B: Longer planning sessions|XCCCCABB]]
[[C: Increase WIP limits|XCCCCABC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Switch from story points to time-based estimation - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Start tracking % of planned vs unplanned work
b) Continue using Switch from story points to time-based estimation
c) Story point every backlog item
[[A: Start tracking % of planned vs unplanned work|XCCCCACA]]
[[B: Continue using Switch from story points to time-based estimation|XCCCCACB]]
[[C: Story point every backlog item|XCCCCACC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Rightsize work items to be <85th percentile
c) Switch from story points to time-based estimation
[[A: Continue using Moving from Scrum to Kanban|XCCCCBAA]]
[[B: Rightsize work items to be <85th percentile|XCCCCBAB]]
[[C: Switch from story points to time-based estimation|XCCCCBAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Moving from Scrum to Kanban
b) Story point every backlog item
c) Add columns to kanban board
[[A: Continue using Moving from Scrum to Kanban|XCCCCBBA]]
[[B: Story point every backlog item|XCCCCBBB]]
[[C: Add columns to kanban board|XCCCCBBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Moving from Scrum to Kanban - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated "in-person" office days
b) Story point every backlog item
c) Continue using Moving from Scrum to Kanban
[[A: Designated "in-person" office days|XCCCCBCA]]
[[B: Story point every backlog item|XCCCCBCB]]
[[C: Continue using Moving from Scrum to Kanban|XCCCCBCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Designated focus time
b) Estimate using t-shirt sizing
c) Continue using Introduce Definition of Ready (DoR)
[[A: Designated focus time|XCCCCCAA]]
[[B: Estimate using t-shirt sizing|XCCCCCAB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XCCCCCAC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Introduce WIP limits
b) Use Work Item Age to prioritise daily work
c) Continue using Introduce Definition of Ready (DoR)
[[A: Introduce WIP limits|XCCCCCBA]]
[[B: Use Work Item Age to prioritise daily work|XCCCCCBB]]
[[C: Continue using Introduce Definition of Ready (DoR)|XCCCCCBC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png" alt="Zoomed metrics">
</div>
<p>The three months of improving flow are now over, but what has been the impact of your changes?</p>
You chose - Introduce Definition of Ready (DoR) - after 2 weeks, here are the latest flow metrics, compared to what you started with:
a) Continue using Introduce Definition of Ready (DoR)
b) Adding tasks to stories
c) Add a Teams/Slack bot to remind people to update Jira
[[A: Continue using Introduce Definition of Ready (DoR)|XCCCCCCA]]
[[B: Adding tasks to stories|XCCCCCCB]]
[[C: Add a Teams/Slack bot to remind people to update Jira|XCCCCCCC]]<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 150px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>Summary:</p>
<!-- Two images side by side with reduced space -->
<div style="display: flex; justify-content: space-between; gap: 0.5rem;">
<!-- Image 1: X.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Original Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png"
alt="Flow metrics X"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayX').style.display='flex';">
</div>
<!-- Image 2: XAAAAAA.PNG with title -->
<div style="width: 48%; text-align: center; margin: 0;">
<h3 style="margin-bottom: 0.25rem; font-size: 14px;">Final Flow Metrics</h3>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png"
alt="Flow metrics XAAAAAA"
style="width: 100%; cursor: zoom-in; margin-bottom: 0.25rem;"
onclick="document.getElementById('overlayXA').style.display='flex';">
</div>
</div>
<!-- Overlays for enlarging images -->
<!-- Overlay for Image X -->
<div class="image-overlay" id="overlayX" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayX').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Zoomed metrics X">
</div>
<!-- Overlay for Image XA -->
<div class="image-overlay" id="overlayXA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png" alt="Zoomed metrics XA">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p>Y<b>Here are your final flow metrics, compared ro where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXAACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXAACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXABCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXABCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXACCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXACCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBBCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBBCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXBCCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXBCCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCAACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCAACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCABCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCABCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCACCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCACCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCBCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCBCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCAACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCAACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCABCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCABCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCACCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCACCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCBCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCBCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCAAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCAAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCABC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCABC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCACC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCACC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCBCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCBCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCAC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCAC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCBC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCBC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCA').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCA" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCA').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCB').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCB" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCB').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''<style>
tw-story {
background: white;
color: black;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 13px;
line-height: 1.4;
padding: 2em;
position: relative;
}
.logo {
position: absolute;
top: 1em;
right: 1em;
width: 100px;
}
.image-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 9999;
}
.image-overlay img {
max-width: 100vw;
max-height: 90vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.image-overlay .close-button {
position: absolute;
top: 1em;
right: 1em;
font-size: 2em;
color: white;
cursor: pointer;
font-weight: bold;
}
</style>
<!-- Logo -->
<img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo">
<p><b>Here are your final flow metrics, compared to where you started</b></p>
<!-- Full-width inline image with zoom -->
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png"
alt="Flow metrics after WIP"
style="width: 100%; cursor: zoom-in;"
onclick="document.getElementById('overlayXCCCCCC').style.display='flex';">
<!-- Overlay with larger view -->
<div class="image-overlay" id="overlayXCCCCCC" onclick="this.style.display='none';">
<span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCC').style.display='none';">×</span>
<img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png" alt="Zoomed metrics">
</div>
In terms of your scoring:
''Throughput''
At the start of the game, your total completed items was 30.
By the end of the game, your total completed items was 33 (↑10%).
''Cycle Time''
At the start of the game, your 85th percentile Cycle Time was 68 days.
By the end of the game, your 85th percentile Cycle Time was 34 days (↓50%).
''Work In Progress (WIP)''
At the start of the game, your current WIP was 15 items.
By the end of the game, your current WIP was 10 items (↓50%).
''Work Item Age''
At the start of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 450 days.
By the end of the game, your total Work Item Age (the sum of Work Item Age for your WIP) was 225 days (↓50%).
''
Well done - you've now completed the game. Make a note of your results and discuss amongst your table how you did and what experiments you ran...''